简体   繁体   中英

How do you disable HornetQ in jboss6

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM