Is it possible to use Queue instead of Topic for certain messages in ASB? #2243
Unanswered
Arik-Shapiro
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Would you be able to provide a little more background as to your use case @Arik-Shapiro? As a general rule you wouldn't send a command onto a queue except in particular circumstances. However, as I understand it although generally topics are used to for allowing multiple subscriptions to that queue and all get a copy of that message, there is nothing stopping you only having one subscription to that topic? So the service that needs to receive command can be the only one that subscribes to that topic. So if we understand a little more about your use case we may be able to advise better, or raise an issue for changes. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to use Queues for Commands and Topics for events.
Is it possible to control whether the library uses a queue for a certain messages or a topic?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions