Re: Cannot sync message that return back to JMS server when client does not acknowledge

2017-01-04 Thread Tim Bain
See the Stuck Messages section of http://activemq.apache.org/networks-of-brokers.html. On Jan 4, 2017 7:53 PM, "francong2000" wrote: > I have set up JMS Cluster with ActiveMQ v5.14.3, set up network connector > and > enable duplex as below. Also, a JMS client (Client Acknowledgement) can > rece

Cannot sync message that return back to JMS server when client does not acknowledge

2017-01-04 Thread francong2000
I have set up JMS Cluster with ActiveMQ v5.14.3, set up network connector and enable duplex as below. Also, a JMS client (Client Acknowledgement) can receive queue message from both JMS servers but not send acknowledgement for the message. When I terminate the client, the unacknowledged messages

can not delete specific message from activemq queue

2017-01-04 Thread tk0485
I'm trying to get list of all messages I have in activeMQ queue using java and delete one of the messages based on their ID. My code looks like the following: Connection connection = connectionFactory.createConnection("username","password"); connection.start();