[rabbitmq-discuss] RabbitMQ consumer connection issue
Matthias Radestock
matthias at lshift.net
Wed Jun 24 02:06:21 BST 2009
Suhail,
Suhail Doshi wrote:
> Is there a way to detect if the connection has been severed during a
> channel.wait()?
What client library are you using?
Most AMQP client libraries will return an error/exception when a
connection gets severed during a synchronous operation. And it is often
also possible to register handlers for connection events. The details
depend on the particular library.
Matthias.
More information about the rabbitmq-discuss
mailing list