|
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 |
|
[ https://issues.apache.org/jira/browse/AMQ-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-3564. ----------------------------- Resolution: Fixed fix in http://svn.apache.org/viewvc?rev=1188641&view=rev > 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.0, 5.5.1 > Reporter: Gary Tully > Assignee: Gary Tully > Labels: configuration, masterSlave, networkConnector > 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/AMQ-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420656#comment-13420656 ] Raul Kripalani commented on AMQ-3564: ------------------------------------- Does this work with multiple slaves? (quite a usual scenario) > 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.0, 5.5.1 > Reporter: Gary Tully > Assignee: Gary Tully > Labels: configuration, masterSlave, networkConnector > 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 |
|
In reply to this post by JIRA jira@apache.org
[ https://issues.apache.org/jira/browse/AMQ-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420661#comment-13420661 ] Gary Tully commented on AMQ-3564: --------------------------------- @Raul, yes. It is just a wrapper over failover(...)?randomize=false, so it will work through the list or urls in order. > 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.0, 5.5.1 > Reporter: Gary Tully > Assignee: Gary Tully > Labels: configuration, masterSlave, networkConnector > 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 |
| Powered by Nabble | Edit this page |
