Skip to main content
The 2024 Developer Survey results are live! See the results

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.

4
  • 3
    So what do you do if the MQ server is down? It's no more resilient than a web service, is it?
    – Rob Holmes
    Commented Apr 14, 2015 at 17:29
  • 5
    @RobHolmes: typically, you can still enqueue it into your local queue - it will be transmitted to the queue server when it's back up - and yes, it IS more resilient than a typical web service .....
    – marc_s
    Commented Apr 14, 2015 at 18:16
  • @marc_s, how do we enqueue to local queue in RabbitMQ? How does it get synchronized to queue on MQ Server?
    – techspider
    Commented Mar 21, 2016 at 17:59
  • 3
    how do you measure software resilience? why we should accept a mq is more resilient than a web service? Commented Feb 26, 2021 at 12:11