azure-service-bus
azure-service-bus copied to clipboard
Queue stopped receiving messages on separate hosts at the same time
Description
Our message receiver deployed on multiple host, stopped receiving messages from a specific queue all at the same time. AspNet 6.0 docker image on AKS K8s. No excpetions, no logs. This has happened multiple times over the last 24 months, but rarely, once every other month.
Azure.Messaging.ServiceBus Version="7.7.0" SDK
Azure Support #2206290050000625
Actual Behavior
- Stopped processing messages for queue x, queues y and z worked as normal
- Queue x overflowed capacity
Expected Behavior
- Client / Server detects connectivity loss
- Reconnects / throws / logs