Hi All We use ActiveMQ JMS-MQ bridge to connect remote WMQ server.
We have issue when there is an outage for remote WMQ. ActiveMQ JMS-MQ Bridge is not able to deliver the backlog messages when the connections are restored. Test scenario is 1. Stop the remote WMQ server. (ActiveMQ will start retrying the connection) 2. Put persistent messages to ActiveMQ queue. 3. Wait for some time. 4. Start remote WMQ server. 5. Now, queue depth on ActiveMQ becomes zero and message dequeued count is getting increased. But, the messages are not actually getting delivered to WMQ. The messages seam to be lost. We have tested this scenario is ActiveMQ version 5.9, 5.10 aswell. the result is same. Is there any configuration in ActiveMQ that will enable the messages to be stored within ActiveMQ queues and get delivered when the connection to remote WMQ server is restored completely. If the restart of remote WMQ server is fast, then we are not seeing any message loss. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-integration-with-WebSphere-MQ-tp4695651.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.