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

Failover Transport Support? #176

Open
version91 opened this issue Jul 21, 2022 · 1 comment
Open

Failover Transport Support? #176

version91 opened this issue Jul 21, 2022 · 1 comment

Comments

@version91
Copy link

For ActiveMQ, in the Java world, there is the idea of a failover connection. Is there support for this in this library? I tried and it resulted in (unsupported scheme "failover"), so I suppose it is not supported. With AmazonMQ, we have two possible instances to connect to, and either one can be up at any given time (but only one will be available).

@vennekilde
Copy link

vennekilde commented Sep 5, 2022

Seems related to #32

For now, it appears you will have to handle this on your own. e.g. connect to one, if it fails, connect to the other. If the connection fails, repeat.

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

No branches or pull requests

2 participants