Azure Service Bus Topic missing data across subcriptions

114 Views Asked by At

I am facing a weird scenario where I have an SB topic and it has two subscriptions Sub1 and Sub1. I have two listeners for each of the Subscriptions (no other listeners apart from mine) Sub1 => Listener1 Sub2 => Listener2

Have been seeing issues where a msg is seen by Listener2/1 and completely missed by the other. No exceptions, no dead letters etc. Is there even a slightest possibility that it might happen at the SB level? What all can I check here for troubleshooting?

0

There are 0 best solutions below