Event exchange plugin not generating consumer.deleted events #12256
-
Describe the bugHello We just upgraded from RabbitMQ version 3.9.24 to 3.13.4. After the upgrade, it seems that the event exchange plugin no longer generates the 3.13.4
3.9.24
rabbitmq.conf
enabled_plugins
Reproduction stepsRun this test case: (please replace the credential part for your setup). Ctrl-C after running the consumer and check the output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This was an intentional change: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.5 If you actually cancel the consumer, the event is emitted, but if the channel is abruptly cancelled, it is not - you get the |
Beta Was this translation helpful? Give feedback.
This was an intentional change: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.5
If you actually cancel the consumer, the event is emitted, but if the channel is abruptly cancelled, it is not - you get the
channel.closed
.More info:
#9356
#9320