Closed droidsyer closed 8 years ago
Exchanges and Queues are build with default parameter channelNumber = -1 , so it is incremented each new instance of it. If I try to set a fixed channelNumber, i.e. 1, this setting doesn't work as well:
channelNumber = -1
No connection is established!
@droidsyer hey thanks for the bug report, I was away on vacation. The last commit should fix your issue, I've included a test for it
Exchanges and Queues are build with default parameter
channelNumber = -1
, so it is incremented each new instance of it. If I try to set a fixed channelNumber, i.e. 1, this setting doesn't work as well:No connection is established!