You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Currently cancellation errors are handled by cancelling the whole consumer sometimes there is a need to recover from this errors without cancelling(or with restart) the whole consumer.
Motivation
Spring amqp handles queue deletions by re declaring the queue and restarting the consumer. Currently there is no way to handle manual queue deletions.
Currently cancellation errors are handled by cancelling the whole consumer sometimes there is a need to recover from this errors without cancelling(or with restart) the whole consumer.
Motivation
Spring amqp handles queue deletions by re declaring the queue and restarting the consumer. Currently there is no way to handle manual queue deletions.
Desired solution
Add a way to handle cancellation by a callback.