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