Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
09:13:41,660 INFO [HornetQServerImpl] HornetQ Server version 2.1.2.Final ( Colmeia, 120) stopped
JBoss6 の起動中に HornetQ コンポーネントを無効にする方法を知りたいです。私たちはこのコンポーネントを使用しておらず、コア エンジンにも依存関係がない可能性があるという印象を受けています。
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
YourServer = All|Default|AnyOtherProfileYouCreated