"rabbitmqadmin get" behavior with ackmode set to ack_requeue_true
#14866
Replies: 2 comments
-
|
Is this a quorum queue? If yes, you are probably reaching the delivery-limit: https://www.rabbitmq.com/docs/quorum-queues#poison-message-handling If that's not what it is, please provide full reproduction steps, starting from declaring the queue and publishing to it |
Beta Was this translation helpful? Give feedback.
-
|
@zhuleiandy888 That operation/command technically can use manual acknowledgements and there is a management UI option for that but it's a weird combination that almost no one uses. So very likely you consume messages from your queues in automatic acknowledgement mode, which schedules them for removal immediately (as soon as RabbitMQ writes a polled messages to the client socket), and nothing is "lost". RabbitMQ 4.0.x is out of community support. We need a way to reproduce against Right now we do not even know what version of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
OS and Images:
k8s node os: CentOS 7.9
container image: rabbitmq:4.0.9-management
Detailed command parameters:
rabbitmqadmin get: ackmode default value : 'ackmode': 'ack_requeue_true'
Output of execution process results:
Reproduction steps
...
Expected behavior
none
Additional context
none
Beta Was this translation helpful? Give feedback.
All reactions