Producer Flow Control unexpected behaviour

2010-11-08 Thread Manuel Teira Paz
Hello all. Closely related with the recent thread 'Producer Flow Control - what is AUTHORITATIVE?', I was making some tests trying to understand how message cursors work, when I found an odd behaviour, pretty easy (I guess) to reproduce. Nevertheless, since I'm not very confident with my

Sending large files over multipe brokers

2010-11-08 Thread brett
I am working on a project where I will probably have two to three ActiveMQ brokers setup in a chain where I will need to be publishing files that will probably tens of megabytes in size. I have already been able to setup some topic forwarding across the brokers and that all seems fine. The

Re: Message persistence for Topics

2010-11-08 Thread Gary Tully
For default message persistence there needs to be a durable subscription. For non durable subscriptions there is the retroactive option that will allow recovery of messages based on the recovery strategy. You can define your own strategy to capture your exact requirement, there are a few out of