Network Of Brokers - one way propagation through full duplex connection

Solution In Progress - Updated -

Issue

  • Using Network of brokers and require duplex="false" for static bridges
  • We deployed a full duplex connection between two brokers A and B. As a side effect, we have situation where message is propagated in way which shouldn't. With a network of brokers config, with full duplex connection, is there a solution/setting where a queue is replicated only one way ?
Message into APP.test.inboundQ -> [broker-A]  -- full duplex ---> broker-B   [✓]
message into APP.test.inboundQ -> [broker-B]  -- full duplex ---> broker-A   [✕] full duplex NOT required

broker-A config

 <networkConnector
    name="link-to-broker-B"  uri="static:(ssl://${host.ip}:${host.port})"
    networkTTL="3" duplex="true"
    userName="${host.username}" password="${password}"
    staticBridge="true">
    <staticallyIncludedDestinations>
        <queue physicalName="AMQ.App.Replicated.Inbound" ></queue>
    </staticallyIncludedDestinations>
 </networkConnector>

Environment

  • Red Hat AMQ
    • 6.3.x, 6.2.x
    • Network of brokers

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content