You should use a pooled connection factory from activemq or jencks to wrap your real connection factory. Note that if you use the <jms:consumer/> endpoint, there is a cache level that you can configure to use a single connection and not recreate it.
On Thu, Sep 4, 2008 at 5:34 PM, ivan <[EMAIL PROTECTED]> wrote: > Hi! > > I have JMS-consumer service in SMX 3.2.x. > And I see in jconsole of AMQ, it creates connection each time and connection > dies immedially. > > Is it possible to use static connection in case JMS-consumer? > Or is it feature of working of JMS-consumer? > > > Thanks, > Truly yours, > Ivan Pryvalov. > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
