-
Bug
-
Resolution: Done
-
Major
-
1.0.0.CR1
-
None
-
rhel6x,i rhel7x
JAMQ7 ER16 as broker
-
Documentation (Ref Guide, User Guide, etc.), User Experience
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.
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
}
- relates to
-
AMQDOC-2403 Document proper usage of containerId for autoLinks/linkRoutes entities
-
- Closed
-
-
DISPATCH-640 Loading...