This content has been marked as final.
Show 1 reply
-
1. Re: JBoss ESB - multiple JBoss ESB servers to one JBoss Messaging Server
h.wolffenbuttel May 25, 2011 3:49 AM (in response to heyyou)hi,
About the jndi-URL it should be jndi-URL="jnp://127.0.0.1:1099", so you can include the port. Your other question puzzels me a bit because the whole idea of having JBossESB is to have the opportunity to have multiple .esb in your deployment. You can define a connection with your JMS server just by the following code:
<jms-provider connection-factory="ConnectionFactory" name="JMS-Provider">
or if you want transacted JMS (-JCA)
<jms-jca-provider connection-factory="XAConnectionFactory"
jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
jndi-pkg-prefix="org.jboss.naming:org.jnp.interfaces"
name="JMS-JCA-Provider" transacted="true">
Are you experiencing some trouble when you deploy more then one .esb?
Regards,
Hans