Replies: 4 comments 13 replies
-
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.
-
I don't understand what the problem is as not having consumers is not a behavior of RabbitMQ and can be a natural state of your system.
|
Beta Was this translation helpful? Give feedback.
-
Without a way for us to reproduce this issue, we can't assist you. We need detailed instructions or, ideally, a script that can be run to demonstrate what you are seeing. |
Beta Was this translation helpful? Give feedback.
-
Hey there. We have several "similar" issues with MQTT queues. The publisher devices do not support CleanSessions (ADFWeb MBus <-> MQTT), which I suppose is the issue we're facing here. We are publishing from those devices with a QOS of 0, and subbing with a QOS of 0 from a node-red instance. All queues having those issues have the "D AD" flags, and get very big, very fast. Oddly enough, even with both pub and sub being QOS 0, the queue is named QOS 1 automatically. The 2nd queue in that screenshot has the same settings as the other ones. I don't understand why it doesn't have the Auto-delete flag as well... Do you think we would have less issues with clean sessions ? I will admit we're on a quite old version of RabbitMQ (3.7.8-4) and it could very well be what's causing our issue, but we sadly have a very slow IT department. I apologize in advance if my issues are fixed in another version. |
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.
-
In RabbitMQ 3.8.2, Erlang 22.2.7
This queue has 300+ messages not consume, And has 0 consumers.
The first message is :
In actuality, One consumer exists, The first message has already been consumed (All the messages have been consumed ).
Beta Was this translation helpful? Give feedback.
All reactions