Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Does Jasper support connecting to multiple topics in each sender when using Azure Service Bus? #656

Open
mohammed-fuad opened this issue May 10, 2020 · 2 comments

Comments

@mohammed-fuad
Copy link

I've existing implementation for messaging system which doesn't support having multiple connections for each topic registration, and I'm planning to use exist stack instead of doing such customization which to have better scalability and availability needs.

So does Jasper having possibility for sender service to have multiple connections for each topic:

Topics: [bill.cmd.generate, bill.cmd.close, bill.cmd.pay]
Clients: may be one main clients distributor or individual client for each topic
@jeremydmiller
Copy link
Member

@mohammed-fuad Sorry, I just now noticed this issue.

Multiple connections within one running node? Or multiple nodes listening to the same topic?

Not exactly to the first, and yes to the second.

@mohammed-fuad
Copy link
Author

@jeremydmiller No worries.

Yes, multiple connections within one running node. In your point of view is it a good pattern to have multiple connections within same running node?

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