Hello,
I'm trying to "embed" a minimal JBossMQ JBoss 4.0.2 server instance into a Java application, a la ActiveMQ or OpenJMS. Has anyone ever done this? I've started by creating a bean that wraps the org.jboss.Main
class and basically just starts up the app server like so:
org.jboss.Main.main(new String[] {"-c", "jbossmq"});
Thanks in advance,
Rich
