[
https://issues.apache.org/jira/browse/DISPATCH-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ganesh Murthy resolved DISPATCH-640.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.8.0
Modified code to allow only one of connection or containerId in
linkRoute/autoLink.
> containerId field conflics with the connector name
> --------------------------------------------------
>
> Key: DISPATCH-640
> URL: https://issues.apache.org/jira/browse/DISPATCH-640
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Router Node
> Affects Versions: 0.7.0
> Environment: rhel6x,i rhel7x
> Reporter: Matej Lesko
> Assignee: Ganesh Murthy
> Fix For: 0.8.0
>
>
> Using this configuration with the JAMQ7 (with container_id "dtest") a problem
> appears when a name is specified for the connector.
> In this case linkRoutes are not established to the broker.
> Commenting out a _name_ attribute in _connector_ entity linkRouting works as
> expected.
> {noformat}
> router {
> mode: standalone
> id: Router.A
> }
> listener {
> host: 0.0.0.0
> port: amqp
> authenticatePeer: no
> saslMechanisms: ANONYMOUS
> }
> connector {
> name: broker
> host: MY-HOST
> role: route-container
> port: amqp
> }
> address {
> prefix: jms.queue
> waypoint: yes
> distribution: balanced
> }
> linkRoute {
> name: myqueueIn
> dir: in
> prefix: jms.queue.myqueue
> connection: broker
> containerId: dtest
> }
> linkRoute {
> name: myqueueOut
> dir: out
> prefix: jms.queue.myqueue
> connection: broker
> containerId: dtest
> }
> log {
> module: MESSAGE
> enable: debug
> timestamp: yes
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]