Re: VM Transport problem when closing connections

2007-09-25 Thread zouzounos
No i am not using Spring and YES, I have also tried it without "failover". The result is the same. TOPPER_HARLEY wrote: > > Hi, > Are you using Spring? Can you use an > org.apache.activemq.xbean.BrokerFactoryBean? > > This will create and start the broker and just leave it there in the VM. >

Re: VM Transport problem when closing connections

2007-09-24 Thread ttmdev
Since you're connecting to an embedded broker, there is no need to use the 'failover' transport. Are you reusing Connection objects? zouzounos wrote: > > Hi, > I'm using activemq4.1.1 under tomcat 6. I am using the next entry in the > Context.xml: > type="org.apache.activemq.ActiveMQConnect

Re: VM Transport problem when closing connections

2007-09-24 Thread TOPPER_HARLEY
Hi, Are you using Spring? Can you use an org.apache.activemq.xbean.BrokerFactoryBean? This will create and start the broker and just leave it there in the VM. You can create a connection and then close it as you want but it will not shutdown the broker. (Broker stays alive until VM dies or until