0

I'm new to queuing and looking into options that could be done operationally. I'm sorry if I have any conceptual misunderstandings related to queuing.

I watched this video where the presenter made a point that one benefit of SQS over RabbitMQ was that if you ever had to do maintenance on your RabbitMQ server that you could potentially have a bad time.

How are you supposed to handle maintenance on a rabbitMQ server? Are we supposed to be sending every message to a load balancer which then redirects those messages to the appropriate queue?

asked Oct 1, 2022 at 13:27
3
  • 2
    short answer : yes. stackoverflow.com/questions/28207327/… but you can apply the same logic to anything. Using the cloud version costs more but someone has handled the hard bits Commented Oct 1, 2022 at 13:31
  • 1
    RabbitMQ has some out-of-the-box capabilities for High-Availability and clustering in case nodes need to be taken down, although whether that's enough for you really depends on your availability requirements, you may still have additional work in front of you - blog.rabbitmq.com/posts/2011/10/… Commented Oct 2, 2022 at 7:51
  • If either of you would like to put your comments into an answer I will upvote / accept it Commented Oct 4, 2022 at 2:08

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.