Hi,
How to bring up ActiveMQ by starting Tomcat?
After this I need to bring up a Mule instance,which will be running as a Web
Application.
(Mule in Tomcat is working)
Thanks and Regards,
Gokulal.K
--
View this message in context:
http://www.nabble.com/How-to-Start-ActiveMQ-from-Tomcat-tf478924
Looks like the problem seems to be with the use of wild cards. This certainly
is a defect and probably needs to be fixed. It took quite sometime to really
identify this issue. For now I am working around by not using wildcards in
the topic names.
I am hoping that this is fixed in the next release
You need to make sure "activemq.base" is defined. If you look at the startup
script included in the distribution, you'll see it sets a bunch of defines,
including activemq.base.
- "Sam Lieber" <[EMAIL PROTECTED]> wrote:
> I am new to ActiveMQ and I need help with initial configuration.
hey all,
i've got a question regarding the behaviour of using the
jdbcPersistenceAdaptor. i have deployed ActiveMQ into a clustered JBoss
4.0.5 environment. I basically have 2 JBoss servers, each of which has the
ActiveMQ RAR deployed. I've attached the broker xml file for reference:
http://w
Hi everyone,
I am trying to get a distributed transaction going with JOTM as a
transaction manager and ActiveMQ and JDBC as participants in the distributed
transaction. I'm very new to both JOTM and ActiveMQ.
As I understand it now,
I need to create a TransactionManager, get an XAResource for Ac
I beleive my problem is something related to the Spring support. When I used
the JMSTestClient provided by the Panacya which uses jmsTemplate.receive()
to retreive one message back from the queue, the message was successfully
dequed. I could run that multiple times over to keep dequeing messages.