Replies: 2 comments 1 reply
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
A connection can exist without any open channels. We cannot comment on "what's happening here" but your applications can fail to open a connection or run into a channel-level exception and not notice/recover from that. You can see what channels are open on a given connection by navigating to its page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're publishing messages to Rabbitmq using Mqtt protocol. On our production environment, I noticed the number of connections is a lot more than number of channels. As my understanding, to connect to an AMQP cluster, you need at least 1 channel. What's happening here? Does my cluster have any problem?
Beta Was this translation helpful? Give feedback.
All reactions