[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Initial cut of MC integration work

ataylor do-not-reply at jboss.com
Fri Nov 16 09:58:49 EST 2007


The MC Integration is now at a point where it can be run both inside JBoss and embedded/standalone. Check out Branch_MC_Integration_New.

to run inside jboss just set JBOSS_HOME and run 'ant deploy' you'll have to make sure to remove JBM 1.4 first.

to run embedded/standalone run the command  'ant embedded'.

This will create a new directory in output/embedded. cd into this directory and run './run.sh local'. This will run JBM inside its own vm via the class org.jboss.jms.server.microcontainer.JBMBootstrapServer. you'll see that ive added a test () method that produces and consumes some messages. At the minute theres no API for creating client connections, i'll add these once some of the other refactoring is complete.

Theres also a remote config that uses the Jboss naming Server to show how you can plug in your own. To run this you'll need to copy the jar jnpserver.jar from the jboss 5 installation into the lib dir and run './run.sh remote'. In this configuration you'll be able to run any current JBM client, such as the examples.

Theres still some stuff  missing but I'm going to concentrate on getting the tests working so i can get this into the trunk.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105501#4105501

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105501



More information about the jboss-dev-forums mailing list