Burlesque – A message queue server in Go with an HTTP API
1–5 of 5 posts
Re: Burlesque – A message queue server in Go with an HTTP API
#2Re: Burlesque – A message queue server in Go with an HTTP API
#3Can someone explain the benefit of this over using a list in redis and using a blocking pop. Only thing I can think of is that it uses HTTP so you may be able to get around some port restrictions in your infrastructure, but that is probably a very uncommon case.
Re: Burlesque – A message queue server in Go with an HTTP API
#4Can someone explain the benefit of this over using a list in redis and using a blocking pop. Only thing I can think of is that it uses HTTP so you may be able to get around some port restrictions in your infrastructure, but that is probably a very uncommon case.
Re: Burlesque – A message queue server in Go with an HTTP API
#5Can someone explain the benefit of this over using a list in redis and using a blocking pop. Only thing I can think of is that it uses HTTP so you may be able to get around some port restrictions in your infrastructure, but that is probably a very uncommon case.