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
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 thin
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
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 unti
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 t