Re: Does useAsyncSend work in ActiveMQ 4.1.1?

2008-08-20 Thread Bruce Snyder
On Wed, Aug 20, 2008 at 2:51 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > So it will still block if the jms flow is restricting the producer then? The JMS Flow is part of ServiceMix, not part of ActiveMQ so async sends are not involved when setting useAsyncSend to true. > I > was under the impres

Re: Does useAsyncSend work in ActiveMQ 4.1.1?

2008-08-20 Thread Ryan Moquin
So it will still block if the jms flow is restricting the producer then? I was under the impression that setting would cause the producer to basically toss the message out the window and then speed off down the road without looking back. This isn't what happens when I attempt to use it, but that'

Re: Does useAsyncSend work in ActiveMQ 4.1.1?

2008-08-20 Thread Bruce Snyder
On Tue, Aug 19, 2008 at 8:52 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > I was trying this configuration in Servicemix, and even though I set > useAsyncSend to true, my producer still blocks when there is no consumer > listening on the topic it is sending to. > > class="org.apache.activemq.pool.P

Does useAsyncSend work in ActiveMQ 4.1.1?

2008-08-19 Thread Ryan Moquin
I was trying this configuration in Servicemix, and even though I set useAsyncSend to true, my producer still blocks when there is no consumer listening on the topic it is sending to.