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

Listen handler isn't notified about consumer cancel #153

Open
brendanwheble opened this issue Mar 9, 2020 · 1 comment
Open

Listen handler isn't notified about consumer cancel #153

brendanwheble opened this issue Mar 9, 2020 · 1 comment

Comments

@brendanwheble
Copy link

I have a service listening to several queues. Recently I noticed that messages were building up in one queue and there was no longer a consumer. My listen handler was blissfully unaware of the problem so I checked the servicebus source and noticed that any consumer cancel messages are lost. I manually deleted a queue, the servicebus consume method received a null message. This is deliberately not sent to my handler code so how can I react to situations like this?

@mateodelnorte
Copy link
Owner

mateodelnorte commented Mar 9, 2020 via email

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

2 participants