09:13:41,660 INFO  [HornetQServerImpl] HornetQ Server version 2.1.2.Final (
Colmeia, 120) stopped

Would like to understand how to disable HornetQ component while launching JBoss6. We don't use this component and I am under the impression that the core engine might not have a dependency either.

link|improve this question

76% accept rate
feedback

1 Answer

up vote 3 down vote accepted
cd $JBOSS_HOME/server/YOUR-SERVER/deploy
rm -r hornetq
cd $JBOSS_HOME/server/YOUR-SERVER/deployers
rm hornetq-deployers-jboss-beans.xml

where YourServer = All|Default|AnyOtherProfileYouCreated

link|improve this answer
Optionally you may also try removing the jms-ra.rar directory. But I'm not sure if there are dependencies on the MDB layer. – Clebert Jul 6 '11 at 19:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.