Fernando Giorgetti created DISPATCH-1241:
--------------------------------------------

             Summary: Connector defined with failoverUrls list is losing the 
list at startup
                 Key: DISPATCH-1241
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1241
             Project: Qpid Dispatch
          Issue Type: Bug
            Reporter: Fernando Giorgetti


If you define a connector (like the example below) into your router config, 
start your dispatch router and next query it using: "qdmanage query --type 
connector" you will see that "failoverUrls" connector's property no longer 
holds the failover list.
 
connector {
    name: broker
    host: 0.0.0.0
    port: 6672
    saslMechanisms: ANONYMOUS
    failoverUrls: [0.0.0.0:9672|http://0.0.0.0:9672/], 
[0.0.0.0:7672|http://0.0.0.0:7672/]
    role: route-container
    verifyHostname: false
}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to