You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/01/04 14:01:05 UTC

[jira] [Closed] (AMQ-6552) Cannot sync message that return back to JMS server when client does not acknowledge

     [ https://issues.apache.org/jira/browse/AMQ-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-6552.
-----------------------------
    Resolution: Invalid

Support questions should go to the users mailing list 

> Cannot sync message that return back to JMS server when client does not acknowledge
> -----------------------------------------------------------------------------------
>
>                 Key: AMQ-6552
>                 URL: https://issues.apache.org/jira/browse/AMQ-6552
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.14.3
>         Environment: UAT
>            Reporter: Franco Ng
>
> I have set up JMS Cluster with setting network connector and enable duplex as below.  Also, a JMS client (Client Acknowledgement) can receive queue message from both JMS servers but not acknowledge the message.  When I terminate the client, the unacknowledged messages return back to JMS server.  However, when I start client again, it only receive JMS message that it connected server and CANNOT receive message from other JMS server.
> Is it JMS server configuration problem or bug?
> POC2 JMS activemq.xml
> ====================
>  <networkConnector  name="LinkToBroker1"  duplex="true" networkTTL="3" uri="static:(tcp://POC1:61616)">
>                         <dynamicallyIncludedDestinations>
>                                 <queue physicalName="Q1"/>
>                                 <queue physicalName="SHK.ALERT.QUE"/>
>                                 <topic physicalName="jms.samples.chat"/>
>                         </dynamicallyIncludedDestinations>



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