0 votes
in Azure by
Is it possible to send a message directly to a Subscription queue in Azure Service Bus?

1 Answer

0 votes
by
This is not possible out of the box.

The only thing you could do is to add an extra filter on every subscription that has something like SubscriptionName='SubscriptionA'. If you then want to send your deadlettered message to the specific subscription, you can add a property SubscriptionName to it, to achieve your goal.
...