[jboss-dev-forums] [Design of JBoss ESB] - Re: JMS Provider(s) Design - JBossMQ/JBossMessaging/ActiveMQ
jeffdelong
do-not-reply at jboss.com
Thu Dec 14 11:59:26 EST 2006
I got the Helloworld quickstart to work on JBoss-4.0.5.GA with JBoss Messaging 1.0.1.SP2 and Oracle 10G. I had to:
1) change esb-quickstart-service.xml to use JBoss Messaging Queue definitions
2) copy jbossesb-properties to /conf
3) fix Oracle schema - change address_line.line to allow nulls
and change binding_template.access_point_url from 255 to 2048
4) put jboss-remoting.jar from jboss-messsaging.sar, jboss-messaging-client.jar, and jboss-aop-jdk50.jar into the JMS client classpath
5) put jboss-messaging-client.jar in server/../lib
6) copy Quickstart_helloworld.jar into jbossesb.sar (is the correct way to deploy "custom" ListenerActions?)
7) update the jbossesb-listener and jbossesb-gateway files to include the helloworld gateway and listener definitions (this was described in the QuickStart.pdf).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993940#3993940
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993940
More information about the jboss-dev-forums
mailing list