Re: Message Send is fast with TCP transport, slow when using Discovery

2010-05-11 Thread Bryan Moore
True, but if you notice, I use Async in both cases. bsnyder wrote: > > On Tue, May 11, 2010 at 1:06 PM, Bryan Moore wrote: >> I've encountered what seems to me to be a very strange behavior when >> using >> discovery. >> >> Here is my original clien

Re: Howto probe brokers from a loadBalancer

2010-05-11 Thread Bryan Moore
Would JMX be an option for you? Apache ActiveMQ has extensive support for JMX to allow you to monitor and control the behavior of the broker via the JMX MBeans. http://activemq.apache.org/jmx.html http://activemq.apache.org/jmx.html -- View this message in context: http://old.nabble.com/Howt

Message Send is fast with TCP transport, slow when using Discovery

2010-05-11 Thread Bryan Moore
I've encountered what seems to me to be a very strange behavior when using discovery. Here is my original client connection setup... "tcp://myserver:61616?jms.useAsyncSend=true" The writes to the queue occur very fast, approximately one per MS. INFO 2010-05-11 14:40:08,799 [Thread-5] com