Siva Teja created AMQ-9247:
------------------------------
Summary: Duplicate connections in activemq
Key: AMQ-9247
URL: https://issues.apache.org/jira/browse/AMQ-9247
Project: ActiveMQ
Issue Type: Bug
Components: Network of Brokers
Affects Versions: 5.17.4
Reporter: Siva Teja
Fix For: NEEDS_REVIEW
I have a activemq over a network working as master slave(4 pairs)
But for some reason the messages placed in one queue(in broker-4) doesn't show
a bridge to host-1 *ActiveMQ Brokers*
_Master-slave_
akl1-mmh1
akl2-mmh2
akl3-mmh3
akl4-mmh4
When i look at a queue this is what i'm seeing as consumers in AKL1
[!https://i.stack.imgur.com/hhwtZ.png!|https://i.stack.imgur.com/hhwtZ.png]
Whereas AKL2 and akl3 has duplicate network bridge as highlighted
[!https://i.stack.imgur.com/PcAMz.png!|https://i.stack.imgur.com/PcAMz.png]
AKL4 is with exact consumer(application)
Couple of question with respect to above pictures
# Is it expected to have network bridges as consumers in each broker/queue
# why does it have duplicate bridges? Not sure where to start to identify the
issues
Sample network configuration in AKL2, similar to below config akl1 will have
bridge to (node2/3/4) and akl2 will have node1,3,4
{code:java}
<networkConnector name="network_node3"
userName="xxxxxxxxxx"
password="xxxxxxxxxx"
uri="masterslave:(ssl://amq-uat-mmh3:61617,ssl:amq-uat-akl3:61617)"
networkTTL="3"
conduitSubscriptions="true"
decreaseNetworkConsumerPriority="true"
suppressDuplicateQueueSubscriptions="true"
duplex="false"/> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)