You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by "AntonRoskvist (via GitHub)" <gi...@apache.org> on 2023/04/24 13:18:16 UTC

[GitHub] [activemq-artemis] AntonRoskvist commented on pull request #4447: ARTEMIS-4251 Support CORE client failover to other live servers

AntonRoskvist commented on PR #4447:
URL: https://github.com/apache/activemq-artemis/pull/4447#issuecomment-1520145971

   Really nice addition.
   
   Haven't really looked into how it can be implemented, but there is a feature in "ActiveMQ Classic" that I think would be a great addition on top of this change. It's called "priorityBackup" ( https://activemq.apache.org/failover-transport-reference.html#priority-backup )
   
   It has the client perform this type of failover to carry on its work, but then afterwards tries to continuously connect back to the original broker, releasing the new connection if/when it succeeds. This is good for handling client distribution across a broker cluster that sort of "persists" through maintenance, crashes, network outages etc on the broker side.
   
   Either way, this is a really nice addition as is!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org