开发者

How do you disable HornetQ in jboss6

开发者 https://www.devze.com 2023-03-17 02:07 出处:网络
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
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

0

精彩评论

暂无评论...
验证码 换一张
取 消