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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...