.nfs files in leveldb messge store (ActiveMQ-5.10)

2014-11-07 Thread khandelwalanuj
Hi, I am seeing an issue in my case using ActiveMQ-5.10 levledb persistence adaptor. When I go to my leveldb directory, I can see those .nfs files. I goggled a little bit and find that : If you remove a file that a currently running process still has open, the file isn't really removed. Once

Re: Network of brokers as a cluster

2014-11-07 Thread jeremy11
Hi, I also tested durable subscriber on a network of 2 brokers and you are correct this case can also happen, from the documents on durable subscription: However, if the subscriber disconnects and reconnects to broker A, any messages sent by P while the subscriber was away will be stuck on B

Is there a way to get kahadb size using activemq-admin command line tool?

2014-11-07 Thread bansalp
Hi, I am using ActiveMQ 5.10. I want to get kahadb size using activemq-admin tool, is there a way to do it? Thanks, Pradeep -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-way-to-get-kahadb-size-using-activemq-admin-command-line-tool-tp4687052.html Sent from

Re: Network of brokers as a cluster

2014-11-07 Thread Tim Bain
As I understand it, the text you quoted only applies if replayWhenNoConsumers=false. With replayWhenNoConsumers=true (as you have it), you should get all messages delivered from all brokers that are up, but you still won't get messages from brokers that are down until they come back up. So I

Blob messages for Apollo

2014-11-07 Thread darrenw2112
Does anyone know if Apollo supports blob messages? I would like to use Apollo for doing some large file transfers. Thanks, Darren -- View this message in context: http://activemq.2283324.n4.nabble.com/Blob-messages-for-Apollo-tp4687055.html Sent from the ActiveMQ - User mailing list archive