Force "Consumer Cancel Notification" #10016
-
|
Is there anyway for a rabbit-mq server to force a broker to send out "basic.cancel" to a consumer? I would like to test if your Application is handling them correctly, but so far I have found no Way to actually send out a "basic.cancel" from the Broker |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@andiwaldi from the linked doc guide: Deleting the queue is the easiest way to test because in modern RabbitMQ versions, a queue replica migration will be handled by RabbitMQ itself (it will re-register the consumer with the new leader without notifying the client). |
Beta Was this translation helpful? Give feedback.
@andiwaldi from the linked doc guide:
Deleting the queue is the easiest way to test because in modern RabbitMQ versions, a queue replica migration will be handled by RabbitMQ itself (it will re-register the consumer with the new leader without notifying the client).