How to get remote ActiveMQ service name (wrapper.ntservice.name)

2014-05-23 Thread meurwinn
Hi, my ActiveMQ are installed as windows services. The name of the service is different for each instance (wrapper.ntservice.name parameter in the wrapper.conf). I need to know (remotly) the service name of each ActiveMQ. Can you tell me where to find it in the JMX object for exemple ? thanks a

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-28 Thread meurwinn
You're agree. But to use commit/rollback session, i need to use TRANSACTED session. So the performance cost is very expensive and i really need performance. -- View this message in context: http://activemq.2283324.n4.nabble.com/INDIVIDUAL-ACKNOWLEDGE-with-a-durable-consumer-tp4680403p4680624.h

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-28 Thread meurwinn
Sounds the only one solution but the problem is that open and close a session for each message wil have a performance cost or not ? -- View this message in context: http://activemq.2283324.n4.nabble.com/INDIVIDUAL-ACKNOWLEDGE-with-a-durable-consumer-tp4680403p4680609.html Sent from the ActiveM

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-24 Thread meurwinn
Hi, thanks. We persist messages in LevelDB storage. We needs this functionnality pretty soon in production so i think we have to find another solution while you're working. Do you have any idea for an other way to do this or not ? Thanks for your help. -- View this message in context: http:/

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-24 Thread meurwinn
Ok, that's what i was thinking. So as i said, i want to ack or not each message received in a session. The AUTO_ACK is not the good way and the CLIENT_ACK neither ("Acknowledging a consumed message automatically acknowledges the receipt of all messages that have been consumed by its session.").

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-24 Thread meurwinn
Sorry but i really don't understand. I just need to ack or not each message received in a session that stay open all the time. So when in send a message to a durable topic, wich one ack mode does i need to use ? When i received a message from this durable topic, wich one ack mode does i need to

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-24 Thread meurwinn
(false, Session.AUTO_ACKNOWLEDGE); Topic topic = session.createTopic(queueOrTopicName); publisher = ((TopicSession) session).createPublisher(topic); publisher.setDeliveryMode(DeliveryMode.PERSISTENT);/ gtully wrote > Use client ack mode? > On 24 Apr 2014 09:36, "meurwinn" < >

Re: INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-24 Thread meurwinn
Up, any idea about how to process ? Or any explain. I can't find any documentation about the way to follow... -- View this message in context: http://activemq.2283324.n4.nabble.com/INDIVIDUAL-ACKNOWLEDGE-with-a-durable-consumer-tp4680403p4680505.html Sent from the ActiveMQ - User mailing list

Re: hawtio dashboard not appearing in activemq5.9.1

2014-04-23 Thread meurwinn
Hi, so you should remove the reference to hawtio in the doc : http://activemq.apache.org/activemq-591-release.html -- View this message in context: http://activemq.2283324.n4.nabble.com/hawtio-dashboard-not-appearing-in-activemq5-9-1-tp4680393p4680456.html Sent from the ActiveMQ - User mailing

INDIVIDUAL_ACKNOWLEDGE with a durable consumer

2014-04-18 Thread meurwinn
Hi, i'm a newbie with AMQ achnolegment. AMQ 5.8.0 (soon upgrading to 5.9.1) I have a durable subscriber on a TOPIC. There is no transaction. I need to ACK or NOT each consumed message after a short process. I've tried to configure in INDIVIDUAL_ACK that seems to be a good way but it's seems al

Re: Client get disconnected in ActiveMQ 5.9

2013-11-26 Thread meurwinn
Hi, Have you seen an errors stack in AMQ log files ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Client-get-disconnected-in-ActiveMQ-5-9-tp4674799p4674850.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stuck messages : Pending Queue Size stopped to be dispatched to Dispatched Queue Size

2013-10-23 Thread meurwinn
Hi, i upgraded yesterday to 5.9.0 version and i can't reproduce the problem of stuck messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-messages-Pending-Queue-Size-stopped-to-be-dispatched-to-Dispatched-Queue-Size-tp4673046p4673153.html Sent from the ActiveMQ

Pending Queue Size stopped to be dispatched to Dispatched Queue Size

2013-10-21 Thread meurwinn
Hi, we're using AMQ 5.8.0 with LevelDB storage. We have a publisher and a consumer on a persistant durable topic. When we publish and consume messages on the queue, (about 4 messages), the Dispatched Queue increase to 1000 then teh Pending queue increase to 20 000 or more messages. The messa