Azure Service Bus: When a message is sent to a topic only 2 out of 3 subscriptions get the message

Oscar Garcia 0 Reputation points
2025-07-07T17:57:46+00:00

I have a Service bus with 3 subscriptions. A service sends a message to the topic with 3 subscriptions.
I can confirm that 2 subscriptions always get the message but the third one has trouble intermittently and sometimes does not get the message. Deduplication is disabled and there is no filtering going on.

Why would the messages not reach that subscription?

The problem happened suddenly without any change triggering it.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
{count} votes

1 answer

Sort by: Most helpful
  1. Oscar Garcia 0 Reputation points
    2025-07-24T14:15:20.55+00:00

    The message was being filtered through a field in the metadata instead of the message body. I had not noticed that.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.