You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
It would be extremely useful to have failover support included in this library, either in the form of JMS-style URLs (e.g. "failover:(amqp://host1:5672,amqp://host2:5672)") or a connection option to provide secondary server URIs. Amazon's MQ product provides the former as a copy-paste option, but I'm not sure that that's a particularly compelling reason to prefer that over the latter.
The text was updated successfully, but these errors were encountered:
I'm not sure directly handling failover logic fits well with this library's intent to be a low-level. I would imagine different scenarios call for different failover (and failback) approaches. I wonder if this could be supported via the link recovery API proposed in #109.
It would be extremely useful to have failover support included in this library, either in the form of JMS-style URLs (e.g.
"failover:(amqp://host1:5672,amqp://host2:5672)"
) or a connection option to provide secondary server URIs. Amazon's MQ product provides the former as a copy-paste option, but I'm not sure that that's a particularly compelling reason to prefer that over the latter.The text was updated successfully, but these errors were encountered: