How to upgrade HornetQ version in JBoss 6?

时光总嘲笑我的痴心妄想 提交于 2019-11-30 16:39:50

but with that JBoss JMX Console is not available.

use the jconsole from the JDK distribution.

You can either get a nightly build at http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.1.x/lastSuccessfulBuild/artifact/JBossAS_6_1/build/target/jboss-6.1.x.zip

Or this same question has been asked on the HornetQ user's forum:

http://community.jboss.org/message/616616?tstart=0#616616

  • Delete message journal since the file format for 2.2.5 is not backwards compatible ($JBOSS_HOME/server//data/hornetq)
  • Delete existing JMS Resource adapter jms-ra.rar folder under /deploy -Copy libs from HornetQ pack to $JBOSS_HOME/common/lib. The jars to copy are:
    • hornetq-bootstrap.jar
    • hornetq-core.jar
    • hornetq-jboss-as-integration.jar
    • hornetq-jms.jar
    • hornet-logging.jar
    • netty.jar
  • Copy resource adapter from hornetq pack to /deploy and rename it from hornetq-ra.rar to jms-ra.rar (effectively replacing old version in step 2 above)
  • Copy client libs from HornetQ pack to $JBOSS_HOME/client. The jars to copy are:
    • hornetq-core-client.jar
    • hornetq-jms-client.jar
    • netty.jar
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!