Azure / azure-service-bus

☁️ Azure Service Bus service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
580 stars 775 forks source link

I want to be able catch messages that don’t have a matching Topic Subscription Filter #649

Closed mbrimble closed 1 year ago

mbrimble commented 1 year ago

Description

If there is no matching filter when a Topic Subscription receives a message then the message is lost. If the EnableFilteringMessagesBeforePublishing is to true on a Topic. Then a message without a Topic Subscription throws a NoMatchingSubscriptionException. . Unfortunately Microsoft do not recommend using this in production.

See my blog article here that describes the issue. https://www.connected-pawns.com/2019/02/10/azure-topic-subscription-filters/

cc @EldertGrootenboer

mbrimble commented 1 year ago

Just realized this is a duplicate of https://github.com/Azure/azure-service-bus/issues/277. So closing this request

mbrimble commented 1 year ago

This is a duplicate of https://github.com/Azure/azure-service-bus/issues/277