Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Does message ordering matter for you? Commented Jul 29, 2020 at 13:04
  • No, it does not Commented Jul 30, 2020 at 19:50
  • By option 3, are you thinking pub/sub? Commented Aug 29, 2020 at 6:09
  • 1
    Why do you need the queue? can't the consumer just be an HTTP server? If you don't care about response, you could check UDP, but that doesn't need queues. Commented Aug 26, 2022 at 7:11