09:13:41,660 INFO [HornetQServerImpl] HornetQ Server version 2.1.2.Final (
Colmeia, 120) stopped
Would like to understand how to disable HornetQ componen开发者_如何学编程t 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
精彩评论