new masterslave: discovery agent for networkConnector to simplify master/slave
pair configuration
--------------------------------------------------------------------------------------------------
Key: AMQ-3564
URL: https://issues.apache.org/jira/browse/AMQ-3564
Project: ActiveMQ
Issue Type: New Feature
Components: Broker
Affects Versions: 5.5.1, 5.5.0
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.6.0
Create a masterslave configuration that provides an equivalent of the current
recommended way to setup a network connection to a master/slave pair more
intuitively.
Current recommendation:
{{networkConnector
uri="static:(failover:(tcp://master,tcp://slave)?randomize=false&maxReconnectAttempts=0)"}}
Proposed new syntax (functionally equivalent)
{{networkConnector uri="masterslave:(tcp://master,tcp://slave)"}}
Thanks to Scott Cranton <scranton fusesource.com> for the inspiration and
initial impl.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira