[
https://issues.apache.org/activemq/browse/AMQ-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63029#action_63029
]
Rob Davies commented on AMQ-2632:
---------------------------------
There's a property on your connections you can set to ensure they don't take
updates - set updateURIsSupported = false
e.g.:
failover:(tcp://primary:61616,tcp://secondary:61616)?updateURIsSupported=false
> Update client connections with information about a cluster of networked
> brokers
> -------------------------------------------------------------------------------
>
> Key: AMQ-2632
> URL: https://issues.apache.org/activemq/browse/AMQ-2632
> Project: ActiveMQ
> Issue Type: Improvement
> Components: JMS client
> Affects Versions: 5.0.0, 5.1.0, 5.2.0, 5.3.0
> Reporter: Rob Davies
> Assignee: Rob Davies
> Fix For: 5.4.0
>
>
> Currently it is up to the client to decide which broker(s) it should connect
> to. It would be beneficial to allow clients to be informed of brokers
> joining/leaving a cluster of networked brokers, and optionally load balance
> across them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.