Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

No documentation to send subscription name along with topic in [ServiceBus] attribute #122

Open
kriti218 opened this issue Mar 18, 2020 — with docs.microsoft.com · 2 comments

Comments

Copy link

In the above example, it is shown that [ServiceBus] attribute can take "topic name" but how do i send "subscription name"? Is it possible to do so that POCO can be added to IAsynCollector collection?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@cecilphillip
Copy link
Contributor

You can't sent a message directly to a subscription. All subscriptions associated with a topic will get the messages that meet their filter criteria. If there isn't a filter, then the subscription will get all the messages.

Copy link
Author

Can we add properties to messages before adding them to ICollector in any way? If that can be achieved then message will go to the required subscriptiin only.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants