-
1. Re: How to config JMSRouter to send message to remote queue?
yangrfa Aug 4, 2011 11:17 PM (in response to yangrfa)no reply?
-
2. Re: How to config JMSRouter to send message to remote queue?
mvecera Aug 5, 2011 10:06 AM (in response to yangrfa)Hello,
did you try complete configuration? Like this:
<property name="jndi-context-factory" value="org.jnp.interfaces.NamingContextFactory"/>
<property name="jndi-URL" value="127.0.0.1:1099"/>
<property name="jndi-pkg-prefix" value="org.jboss.naming:org.jnp.interfaces"/>
<property name="connection-factory" value="ConnectionFactory"/>
<property name="jndiName" value="queue/quickstart_jms_router"/>
Can you provide your .esb archive?
-
3. Re: How to config JMSRouter to send message to remote queue?
yangrfa Aug 6, 2011 2:24 AM (in response to mvecera)Hi, Martin
I had tried to complete the configuration as you mentioned, it worked fine.
But when I changed the jndi-URL property from 127.0.0.1:1099 to 192.168.1.101:1099,
I got an exception as descripted above when deploying the esb project.
By the way, 192.168.1.101 is aother computer address.
Thanks
-
4. Re: How to config JMSRouter to send message to remote queue?
mvecera Aug 8, 2011 3:27 AM (in response to yangrfa)Can you provide full stack trace or the demo application?
Try deploying the archive on 192.168.1.101 but let htis address number in the configuration. I would say that there is a typo in the queue name or something like this...
-
5. Re: How to config JMSRouter to send message to remote queue?
lachen Jan 29, 2014 4:27 PM (in response to yangrfa)Hi Julian,
Did you ever figure out this problem? I'm having the same issue. Don't know if you still remember the solution since it's been a couple of years. Thanks!