Re: Troubleshooting network of brokers?

2010-05-05 Thread ttmgary
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/

Re: Consumer client stops after failover

2010-04-20 Thread ttmgary
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

Re: Failover and Fail BACK

2010-04-12 Thread ttmgary
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

Re: Where is the ActiveMQ FAQ?

2009-11-18 Thread ttmgary
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 >

Re: how can I really use more then 1 receiver on the same queue?

2009-03-18 Thread ttmgary
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

Re: Broker Plugin addDestination(), removeDestination() not called

2009-03-03 Thread ttmgary
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

Broker Plugin addDestination(), removeDestination() not called

2009-03-02 Thread ttmgary
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

Re: (no subject)

2007-12-04 Thread ttmgary
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