configuration - How to upgrade HornetQ version in JBoss 6? -


i using jboss-6.0.0 default comes hornetq-2.1.2 version version of hornetq has many iteration related bugs resolved in hornetq-2.2.5 version default comes jboss 7 as.

i can't switch jboss 7 because using many other services specific jboss 6 , risky switch jboss 7 as of now.

is there anyway can upgrade hornetq version in jboss 6 ? tried standalone hornetq-2.2.5 running different process, jboss jmx console not available.

any suggestion appreciated this. please let me know if missing here.

thanks.

but jboss jmx console not available.

use jconsole jdk distribution.

you can either nightly build @ 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 same question has been asked on hornetq user's forum:

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

  • delete message journal since file format 2.2.5 not backwards compatible ($jboss_home/server//data/hornetq)
  • delete existing jms resource adapter jms-ra.rar folder under /deploy -copy libs hornetq pack $jboss_home/common/lib. jars copy are:
    • hornetq-bootstrap.jar
    • hornetq-core.jar
    • hornetq-jboss-as-integration.jar
    • hornetq-jms.jar
    • hornet-logging.jar
    • netty.jar
  • copy resource adapter hornetq pack /deploy , rename hornetq-ra.rar jms-ra.rar (effectively replacing old version in step 2 above)
  • copy client libs hornetq pack $jboss_home/client. jars copy are:
    • hornetq-core-client.jar
    • hornetq-jms-client.jar
    • netty.jar

Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -