Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to alter the way cancellations are handled #184

Open
abelmulq opened this issue Apr 13, 2024 · 0 comments
Open

Add a way to alter the way cancellations are handled #184

abelmulq opened this issue Apr 13, 2024 · 0 comments
Labels
type/enhancement A general enhancement

Comments

@abelmulq
Copy link

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.

@abelmulq abelmulq added the type/enhancement A general enhancement label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant