-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support for activemq failover protocol #23
Comments
A failover helper would be nice, returning a net.Conn for later use with Connect, I'm a little worried about the semantics of ActiveMQ failover but I think it can be solved. Sorry, mistakenly closed the issue. |
Absolutely. |
I think this is still something that should be prioritized. Can you please re-open this issue? |
Reopening the issue is the first step, PRs are very welcome in case anyone would want to tackle the issue (: |
Not sure if this can be retrofitted, but I implemented poor-man's failover in my application with this:
and then I consume it with a snippet like this:
|
Would it be reasonable to implement the activemq failover protocol?
I'm thinking about doing this myself, but i'm not sure if it's relevant to the project or if it should be made separately.
The text was updated successfully, but these errors were encountered: