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.
>
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
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