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

想了解如何在启动 JBoss6 时禁用 HornetQ 组件。我们不使用这个组件,我的印象是核心引擎也可能没有依赖关系。

4

1 回答 1

4
cd $JBOSS_HOME/server/YOUR-SERVER/deploy
rm -r hornetq
cd $JBOSS_HOME/server/YOUR-SERVER/deployers
rm hornetq-deployers-jboss-beans.xml

在哪里YourServer = All|Default|AnyOtherProfileYouCreated

于 2011-07-05T05:06:20.903 回答