Hello,
In this situation i have a service bus topic where all subscriptions must have a filter because certain message versions can only be processed by specific subscribers.
My question:
What happens to a message that has been pushed onto the (service bus) topic, but there isn't any subscription that has filter(s) which apply to the message? So the message isn't received by any subscription.
Will it just be deleted? if so is it possible to create a subscription without rules which receives only this message?
Regards,
Chris