Replies: 1 comment
-
@belope we cannot suggest much with a single screenshot. If We need a set of steps to reproduce against You can reset the statistics database used by the management UI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
In the admin UI I can see in a the statistics of a queue
Consumers | 2
while under consumers
... no consumers ...
they are listable using cli
rabbitmqctl list_consumers
queue_name channel_pid consumer_tag ack_required prefetch_count active arguments
redactedname rabbit@rabbitmq-server-2.rabbitmq-nodes.rabbitmq.1743696853.21758678.0 amq.ctag-EplFO0BE2dkTy4Mgdtxu8Q true 0 true []
redactedname rabbit@rabbitmq-server-0.rabbitmq-nodes.rabbitmq.1743697375.41111392.0 amq.ctag-j-2E12VZkvgMm6lULOeYDQ true 0 true []
however their channel_pid doesnt show up in the list rabbitmqctl list_channels
the queue is durable, x-queue-type=quorum type quorum

Reproduction steps
Do not know what causes this
Expected behavior
either 0 consumers or correct connection
Additional context
using image docker.io/bitnami/rabbitmq:4.0.7-debian-12-r1
on k8s with 3 nodes
Beta Was this translation helpful? Give feedback.
All reactions