[rabbitmq-discuss] erroneous basicGet closing the channel?
Michael Klishin
michael.s.klishin at gmail.com
Tue Jan 24 09:59:36 GMT 2012
Yogesh Ketkar:
> And after that doing any operation on the channel results in
> com.rabbitmq.client.AlreadyClosedException
>
> Is this expected behaviour? Are there any other calls on channel which
> end up throwing an exception also close the channel?
It is. RabbitMQ closes channels after noticing an exception (like trying to fetch
messages from a non-existing queue).
MK
More information about the rabbitmq-discuss
mailing list