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?