[jboss-user] [Messaging, JMS & JBossMQ] - Configuring JBossMQ on JBoss Embedded

dkalna do-not-reply at jboss.com
Fri Oct 6 05:22:47 EDT 2006


Hi everyone, can somebody please explain, how to configure JBoss MQ on JBoss Embedded? I have tried this:
- I have copied hsqldb-jdbc2-service.xml to my resource dir
- I have copied jbossmq-destinations-service.xml to my resource dir

Now at start I do following:

public void startEmbeddedJBossInfrastructure() {
  EJB3StandaloneBootstrap.boot(null);
  EJB3StandaloneBootstrap.deployXmlResource("hsqldb-jdbc2-service.xml");
  EJB3StandaloneBootstrap.deployXmlResource("jbossmq-destinations-service.xml");
  EJB3StandaloneBootstrap.deployXmlResource("security-beans.xml");
  EJB3StandaloneBootstrap.scanClasspath();
}

I get exception "Failed to parse source" on hsqldb... xml file, but it is the original file from Jboss instalation dir.

Anyone have successfuly JBossMQ running on JBoss embedded?

Thanks a lot for help
Dalibor

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

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



More information about the jboss-user mailing list