Iam trying to post a message into JMS distributed queues with same JNDI name and 2 ports.
Followed this blog:
/people/roberto.viana/blog/2008/10/09/working-with-jms-distributed-destinations-in-sap-pi
The problem is that the message is going to both the queues at the same time.
according to the requirement and the blog, it should go to one port and if the port is in error state then it should automatically go to another port.
My Scenario JNDI Server address:.
t3://<queueName.com>:6010,<queueName.com>.com:6020
Please can anyone suggest if I need to enable any other property etc in the adapter or do any other confirguration?.
Thanks a lot.