Franco Ng created AMQ-6552:
------------------------------
Summary: 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)