Hello All,
Does anybody know how to configure Activemq on Jboss 5.1? If so could he or she provide me with the example?
Many thanks for any answer! Agata
Hello All,
Does anybody know how to configure Activemq on Jboss 5.1? If so could he or she provide me with the example?
Many thanks for any answer! Agata
The instructions at this tutorial should help you http://activemq.apache.org/integrating-apache-activemq-with-jboss.html
I haven't done this in a while so here goes.
.rar
file included. Extract that rar file and unpack that into a directory.For more info check here.
PS The latest ActiveMQ release (version 5.3.2 at the time of writing) doesn't require you to integrate ActiveMQ in any application server at all.
On ACTIVEMQ_HOME/bin
run activemq and it will start on port 8161
the following will be deployed:
Also, there's a jar file you can use to communicate with ActiveMQ.
I just wrote up my experience wiring up JBoss 5.1 (and JBoss ESB 4.5) to ActiveMQ 4.5.0, hope it clarifies some of the differences with the original activemq post.
FWIW, chapter 8 from the ActiveMQ in Action book walks through the steps to integrate ActiveMQ with JBoss 5.1.
Bruce