Closed
Description
Detailed discussion at: https://groups.google.com/forum/#!topic/rabbitmq-users/c76nrrSWgs8
It appears that in some cases, during queue binding recovery, the channel used is closed, possibly because channel.getDelegate().queueBind(...) is called instead of channel.queueBind(...).