You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Franco Ng (JIRA)" <ji...@apache.org> on 2016/12/14 06:37:58 UTC

[jira] [Created] (AMQ-6539) Duplex message across cluster not work on ActiveMQ 5.14.2

Franco Ng created AMQ-6539:
------------------------------

             Summary: Duplex message across cluster not work on ActiveMQ 5.14.2
                 Key: AMQ-6539
                 URL: https://issues.apache.org/jira/browse/AMQ-6539
             Project: ActiveMQ
          Issue Type: Bug
          Components: AMQP
    Affects Versions: 5.14.2
         Environment: Testing
            Reporter: Franco Ng


I upgraded from 5.14.1 to 5.14.2 and  publish PTP/PubSub message in Custer MQ with using duplex feature as following configuration.  However, the message cannot publish across both MQ server but just connected server.  Please analyze and solve.

Re: 5.14.1 works with duplex and can publish a message to both MQ servers.

activemq.xml
        <networkConnectors>
                <networkConnector  name="FAILOVER"  duplex="true" networkTTL="2" uri="static:(failover:(tcp://POC1:61616,tcp://POC2:61616))">
                        <dynamicallyIncludedDestinations>
                                <queue physicalName="Q1"/>
                                <topic physicalName="jms.samples.chat"/>
                        </dynamicallyIncludedDestinations>
                </networkConnector>
        </networkConnectors>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)