Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<blockquote> <p>but with that JBoss JMX Console is not available.</p> </blockquote> <p>use the jconsole from the JDK distribution.</p> <p>You can either get a nightly build at <a href="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" rel="nofollow">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</a></p> <p>Or this same question has been asked on the HornetQ user's forum:</p> <p><a href="http://community.jboss.org/message/616616?tstart=0#616616" rel="nofollow">http://community.jboss.org/message/616616?tstart=0#616616</a></p> <ul> <li>Delete message journal since the file format for 2.2.5 is not backwards compatible ($JBOSS_HOME/server//data/hornetq)</li> <li>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: <ul> <li>hornetq-bootstrap.jar</li> <li>hornetq-core.jar</li> <li>hornetq-jboss-as-integration.jar</li> <li>hornetq-jms.jar</li> <li>hornet-logging.jar</li> <li>netty.jar</li> </ul></li> <li>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)</li> <li>Copy client libs from HornetQ pack to $JBOSS_HOME/client. The jars to copy are: <ul> <li>hornetq-core-client.jar</li> <li>hornetq-jms-client.jar</li> <li>netty.jar</li> </ul></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload