Re: ActiveMQ: Temp Store location

2017-08-19 Thread Tim Bain
Use the broker's tmpDataDirectory attribute, as described in http://activemq.2283324.n4.nabble.com/Changing-disk-location-of-tempUsage-td4668124.html . On Aug 16, 2017 1:31 AM, "khandelwalanuj" wrote: > Hi, > > I am using replicated levelDB with ActiveMQv5.14. > > I think by default the temp sto

Re: Temp Store is Full - False Positive?

2017-08-19 Thread Tim Bain
On Aug 18, 2017 7:34 AM, "khandelwalanuj" wrote: I am a bit confused here. Few questions, 1. Even if we are using levelDB for persistent store, does temp store is still kahadb ? FilePendingMessageCursor.store ( http://grepcode.com/file/repo1.maven.org/maven2/org.apache.activemq/activemq-broker

Re: Close message listener decoupled

2017-08-19 Thread Tim Bain
One other problem with the implementation: you provided a MessageListener of your own definition, which doesn't do anything, which means your consumer has no way to get the messages. A better alternative would be to have your register method take the MessageListener object (of the consumer's defini