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

AMQPChannel::basic_cancel should have a defined or definable behavior about timing issues #5

Open
rrehbein opened this issue Jan 28, 2011 · 0 comments

Comments

@rrehbein
Copy link
Contributor

Currently any basic_deliver messages received after a call to basic_cancel but before receiving basic_cancel_ok are queued, and then discarded without ack till the connection is closed.

Couple possible solutions:

  • basic_cancel could reject basic_deliver messages for the cancelled consumer
  • basic_cancel could continue processing basic_deliver messages for the canceled consumer till basic_cancel_ok is received. Could be done simply by adding "60,60" to the wait list in basic_cancel
  • basic_cancel could have a mid-cancel callback option
  • AMQPChannel could have an option for a fall-back callback option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant