Handling RabbitMQ publisher failures
Example of handling RabbitMQ publisher failures for your publishing app, an example, when you experience a connection problem because broker(RabbitMQ) for any reason is down, you need to handle this case because the bunny is synchronous and your app may get stuck. http://warolv.net/blog/2015/05/01/handling-rabbitmq-publisher-failures/
Post a comment