You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (JIRA)" <ji...@apache.org> on 2019/01/11 14:05:00 UTC

[jira] [Updated] (DISPATCH-1241) Connector defined with failoverUrls list is losing the list at startup

     [ https://issues.apache.org/jira/browse/DISPATCH-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ganesh Murthy updated DISPATCH-1241:
------------------------------------
    Description: 
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.
  
{noformat}
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 
}

{noformat}
 

  was:
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
}


> 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
>            Assignee: Ganesh Murthy
>            Priority: Minor
>
> 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.
>   
> {noformat}
> 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 
> }
> {noformat}
>  



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

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