Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-05 Thread Claudio Corsi
that includes the listerner element.  --Claudio > > From: Daoud Abdelmonem Faleh >To: users@activemq.apache.org; Claudio Corsi >Sent: Monday, December 5, 2011 9:50 AM >Subject: Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ >

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-05 Thread Daoud Abdelmonem Faleh
a BrokerFactory to start >>the broker explicitly ? In this case how to make sure that this war executes >>first in Tomcat ? And how do I stop my broker and where ? >> >>Thanks for the help. >> >> >>-- >>View this message in context: >>http://activemq.2283324.n4.nabble.com/Multiple-war-in-Tomcat-7-using-a-shared-embedded-ActiveMQ-tp4128926p4128926.html >>Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> >>

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-04 Thread Claudio Corsi
> > From: Dysan >To: users@activemq.apache.org >Sent: Thursday, December 1, 2011 10:25 AM >Subject: Multiple war in Tomcat 7 using a shared embedded ActiveMQ > >Hi, > >I'm working on a project where several war inside a tomcat 7 have to >communicate wit

Reply:Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-02 Thread SuoNayi
You can refer to the following url as well. In one word it says that there is no mechanism or guarantee to control the load order of WAR for TOMCAT. http://efreedom.com/Question/1-6698646/Way-Enforce-Deployment-Order-Tomcat6 At 2011-12-02 17:24:10,"Torsten Mielke" wrote: >Hi, > >At first I t

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-02 Thread Dysan
Thank for your response. I see my questions are not obvious :) And indeed after some few days spent to solve these problems i think i will have to use a standalone broker . -- View this message in context: http://activemq.2283324.n4.nabble.com/Multiple-war-in-Tomcat-7-using-a-shared-embedded

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-02 Thread Torsten Mielke
Hi, At first I thought you could simply use the vm transport as the first client to use it would boot an embedded broker. But then the brokers life time depends on that war. Also, I presume this could result in class loading issues at runtime? The better approach seems to be deploying the brok

Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-01 Thread Dysan
ich uses a BrokerFactory to start the broker explicitly ? In this case how to make sure that this war executes first in Tomcat ? And how do I stop my broker and where ? Thanks for the help. -- View this message in context: http://activemq.2283324.n4.nabble.com/Multiple-war-in-Tomcat-7-using-a-share