On 19/03/2019 1:09 pm, Toralf Lund wrote:
CouldĀ  that fit with what I'm seeing? Is there a chance that Connection::isOpen() returns false after an error, yet the connection isn't really released? How should I detect and handle that situation?

I'm not sure what you mean by 'really released'. The isOpen() returns true if the AMQP connection is currently active, false otherwise.

I suspect what may be happening is that when you open the same connection that has been closed for some reason, if there were previous sessions and consumers on it, those are recreated. If you don't want that you can create a new connection instance before opening it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to