[jboss-dev-forums] [Design of JBoss ESB] - Re: JMS Provider(s) Design - JBossMQ/JBossMessaging/ActiveMQ
jeffdelong
do-not-reply at jboss.com
Wed Dec 20 23:33:19 EST 2006
I got Trailblazer2 mostly working in the same environment (plus one other addition - I replace the default Jboss transaction manager with JBoss Transactions).
One issue I found with the Trailblazer is with the ManagerJMS. It was looking up "UILConnectionFactory". I changed it to "ConnectionFactory", which should be portable between JBoss Messaging and JBossMQ.
I also found a minor nit on the build script. The following did not work for me, as there is no build directory under jbossesb.
| <property name="org.jboss.soa.esb.lib.dir" value="${org.jboss.soa.samples.trailblazer.esb_home}/build/jbossesb/lib"/>
|
So I removed the build/jbossesb and it used the lib directory under the trailblazer directory.
Another questions: where should quote.st be deployed? It is not being found when attempting to send the email.
This is all with RC1.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995503#3995503
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995503
More information about the jboss-dev-forums
mailing list