[Design of JBoss ESB] - Re: JMS Provider(s) Design - JBossMQ/JBossMessaging/ActiveMQ
by jeffdelong
Oops, the XML snippets did not post:
1) Change the queue definitions in esb-quickstart-service.xml to use JBoss Messaging queues, e.g.,
| <server>
| <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
| <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
| </loader-repository>
| <mbean code="org.jboss.jms.server.destination.Queue"
| name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request"
| xmbean-dd="xmdesc/Queue-xmbean.xml">
| <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
| </mbean>
|
2) Copied the jboss-messaging-client.jar to JBoss-4.0.5.GA/client and added the following to the helloworld_embedded_reg/build.xml classpath
| <fileset dir="${jbosshome.dir}/server/ps/deploy/jboss-aop-jdk50.deployer">
| <include name="jboss-aop-jdk50.jar"/>
| </fileset>
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993524#3993524
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993524
19 years, 3 months
[Design of JBoss ESB] - Re: JMS Provider(s) Design - JBossMQ/JBossMessaging/ActiveMQ
by jeffdelong
I tested the jbossesb-4.0RC1 HelloWorld quickstart with JBoss Messaging installed in JBoss-4.0.5. To get it to work I had to:
1) Change the queue definitions in esb-quickstart-service.xml to use JBoss Messaging queues, e.g.,
<loader-repository>jboss.messaging:loader=ScopedLoaderRepository
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository>
<mbean code="org.jboss.jms.server.destination.Queue"
name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer
2) Copied the jboss-messaging-client.jar to JBoss-4.0.5.GA/client and added the following to the helloworld_embedded_reg/build.xml classpath
Is the plan to release the ESB with examples that out-of-the-box use JBossMQ or JBoss Messaging?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993519#3993519
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993519
19 years, 3 months