You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
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.
ID: 9960577d-471e-c834-d87c-134a9de4cd9e
Version Independent ID: 4daa5650-7ac6-2a49-28e5-d114fa7cf14b
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: