Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] ASB - Add an option to use ServiceBus Queues #2262

Open
Arik-Shapiro opened this issue Sep 6, 2022 · 5 comments
Open

[Feature] ASB - Add an option to use ServiceBus Queues #2262

Arik-Shapiro opened this issue Sep 6, 2022 · 5 comments

Comments

@Arik-Shapiro
Copy link

Arik-Shapiro commented Sep 6, 2022

Discussed in #2243

I would like to able to use Brighter for service bus queues in case of commands.
There's an option of using a topic with one subscription for a command but this does not help if you already have multiple services with multiple queues setup.

As part of the subscriptions you can choose whether you want to use a Topic or a Queue.
In case of the publisher the only thing that needs to change is the validation incase of a queue we need to trigger queue validation and not a topic validation.

@iancooper
Copy link
Member

@preardon Any thoughts?

@iancooper
Copy link
Member

@ransht where you asking about this as well.
@preardon we should chat about the ability to target a queue directly (ASB, SQS)

@preardon
Copy link
Member

preardon commented May 7, 2024

@iancooper Happy to chat about this, the only benefit I really see is that Topics aren't available on the lowest tier, but should, in theory be a small change

@iancooper
Copy link
Member

Let's pick up. It may make sense as we tend to argue for using streams and queues appropriately

@preardon
Copy link
Member

preardon commented May 7, 2024

ok, I'll see if I can take some time in the next week or 2 to take a run at it now that I'm back from holidays, I suppose my only questions is do we want to specify the ability to have all comamnds go to Queues and all Events go to Topics?

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

No branches or pull requests

3 participants