Keith,
Regarding your A <-> B <-> C config, I also get a roughly 10/90 distribution
when testing 5.3.1. On 5.3.0, I have randomly seen both 50/50 and 10/90, so
I am not sure what is going on there.
In your "more complex topologies" scenario, I bet you are running into
https://issues.apache.org/
Frank,
I'm not sure where you stand on this, as it has been a while, but I believe
your problem is the re-emergence of
https://issues.apache.org/activemq/browse/AMQ-796 AMQ-796 . I recently
confirmed that this problem exists in 5.3.0 and 5.3.1. Which AMQ release are
you using?
You can work arou
Are you using NFS 4.x? I understand that is required.
Gary
sm...@edmunds.com wrote:
>
> Hello there! We are using 5.3.1 deployed as a HA failover cluster via an
> NFS mount.
>
> We are able to kill a broker (which we are calling the HOT broker) and get
> a second broker (or COLD broker) to ta
If a pdf you can read offline is what you want, then you would be better off
with the ActiveMQ Reference Guide, see
http://www.ttmsolutions.com/Apache_Software/ActiveMQ_Reference_Guide.php.
Then again, you would have to follow a link to get there... :-)
Gary
jvsrvcs wrote:
>
> ActiveMQ FAQ
>
Seems like setting prefetchPolicy=1 (or greater, if message volume warrants
it) should activate your multiple consumer threads.
- Gary
steve56 wrote:
>
>
> case 2:
> - set prefetchPolicy = 0
> - now all threads work consuming sequentially (non in parallel!)
> messages. i.e: a thread rece
usesource.com/
> ActiveMQ in Action - http://www.manning.com/snyder/
> Blog - http://www.nighttale.net
>
>
> On Mon, Mar 2, 2009 at 5:38 PM, ttmgary wrote:
>
>>
>> In my broker plugin, the addConnection(), addSession(), addConsumer(),
>> and
>> addDestinatio
In my broker plugin, the addConnection(), addSession(), addConsumer(), and
addDestination() methods get called when a consumer starts up, as I expect.
But if I use JConsole to do an addTopic() or addQueue() to create a new
destination, the broker plugin's addDestination() method does NOT get
invok
Juan Carlos,
I think that "Blob Messages" in ActiveMQ 5.0 is just what you want.
http://activemq.apache.org/blob-messages.html
http://activemq.apache.org/blob-messages.html
--
Gary
Juan Carlos Delgado Cruz wrote:
>
> How can I send 1G of information using JMS , Java
>
>
>
--
View