RabbitMQ consumer loss #9310
-
rabbitmq version : 3.11.9
I don't know if this anomaly log will cause consumer loss. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This log message helps you detect when a channel was closed with one publisher confirm pending. Your publishers should try to await for all outstanding confirms before terminating. This message has nothing to do with consumers. RabbitMQ only deletes queues that have TTL set for them. See internal events to observe if any clients may be deleting queues. |
Beta Was this translation helpful? Give feedback.
This log message helps you detect when a channel was closed with one publisher confirm pending. Your publishers should try to await for all outstanding confirms before terminating.
This message has nothing to do with consumers. RabbitMQ only deletes queues that have TTL set for them. See internal events to observe if any clients may be deleting queues.