question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUERY] [ServiceBus] Analog of the NoMatchingSubscriptionException ?

See original GitHub issue

We’re trying to port our existing code to the .net core and we’re stuck with detecting routing failures on topicClient.Send() calls.

By default the SendAsync() method does not throw exception if there is no subscription the message can be delivered to. Also, there is no TopicDescriptor.EnableFilteringMessagesBeforePublishing property.

Is the functionality missing or can it be enabled somehow?

Environment:

  • net core 3.1; Microsoft.Azure.ServiceBus v4.1.3.
  • Azure ServiceBus Standard subscription.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
axisccommented, Jun 10, 2020

@ig-sinicyn thanks, noted! No timelines to share yet but it’s on our backlog.

1reaction
SeanFeldmancommented, May 15, 2020

@axisc, I’m assuming you’re referring to the fall-through subscription / catch-all? If yes, probably good to link to the issue to let @ig-sinicyn read through and see if it’s what he needs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Service Bus - suspend messaging entities
This article explains how to temporarily suspend and reactivate Azure Service Bus message entities (queues, topics, and subscriptions).
Read more >
azure - How to route message to Service bus queue using ...
For sorting messages I use routes with query, but when I add a query rule to the route, messages stop going to the...
Read more >
Azure Service Bus and its Complete Overview
Service Bus partitions enable queues and topics, or messaging entities, to be partitioned across multiple message brokers and messaging stores. Partitioning ...
Read more >
Azure Service Bus monitoring integration
You can monitor and alert on your Azure Service Bus data from New Relic, and you can create custom queries and chart dashboards....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found