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
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?
The text was updated successfully, but these errors were encountered:
On Mon, Mar 9, 2020 at 8:24 AM brendanwheble ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#153?email_source=notifications&email_token=AAEHOX43SABUQFQPR5PI2NLRGTUZBA5CNFSM4LEIVCN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITSFCSA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEHOX6KLSN2Q63CI3I3LXDRGTUZBANCNFSM4LEIVCNQ>
.
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?
The text was updated successfully, but these errors were encountered: