is there a way to turn off DTC?

2015-10-27 Thread nstoyanov
Hi, is there a way to ensure that ActiveMQ does not use Distributed Transactions? We tried starting the session with AcknowledgementMode.AutoAcknowledge, but it appears ActiveMq still initiates a distributed transaction. We are using ActiveMq 5.11.1 with Apache.NMS.ActiveMQ 1.6.0.3072. -- Vie

Re: Message getting stuck on topic, leading to KahaDB log files not being deleted and disk running out of space.

2015-10-27 Thread silvade
Hi Christopher, thanks for quick responds. I have some further information regarding my setup. Regarding the client ID and subscription ID, I am using the same value (i.e. "client-1") as the clientID and durableSubscriptionName. My applicationContext.xml file has set this as follows:

Re: Artemis - Certificate Security

2015-10-27 Thread Justin Bertram
Have you made any progress on this? I'm getting ready to devote a bit of time to this and wanted to make sure I wasn't going to implement something you already had working. Justin - Original Message - From: "slew77" To: users@activemq.apache.org Sent: Friday, October 16, 2015 2:34:02

Re: Persistent messages not moving from embedded broker to remote broker

2015-10-27 Thread shackman
Final update: I finalized my proof-of-concept implementation of a messaging system using AMQ that is: * fault tolerant * guaranteed delivery * asynchronous (non-blocking application code) * dynamically routed * JNDI (JNP) discovered Tim Bain wrote > Yeah, that was what I found. But the fact th

How to subbscribe message that contains particular property match via active mq REST Apis

2015-10-27 Thread Jaspreet Kaur
Hi, I am using REST API http://localhost:8081/api/message/MyQueue5?type=queue&body=name=jack;age=23 to publish my message. Now I want only those messages that have name=Smantha. http://localhost:8081/api/message/MyQueue5?type=queueheader with selector: name=Smantha doesnot work. How should