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

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

    [ https://issues.apache.org/jira/browse/AMQ-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748107#comment-15748107 ] 

Gary Tully commented on AMQ-6539:
---------------------------------

you should use masteSlave in place of static failover, see: 
http://activemq.apache.org/networks-of-brokers.html - MasterSlave Discovery


> 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)