Hi, everyone.
I use JMSRouter to redirect message from JBoss ESB Server to another message queue.
It works fine when sending message to a local queue by JMSRouter, when I change to a remote queue as follows:
<property name="jndi-URL" value="192.168.1.101:1099" />
I get an exception when deploying, and the exception message like this:
[JmsConnectionPool] Received NamingException
How to config JMSRouter to send message to remote queue?
Any opinion is welcone. Thanks.