Dear experts,
I 'm setting up a standalone JMS queue connection factory and a destination in JMS connector of WAS 640 Java (SP8). I found that the JMS connector will use the real queue name in JMS provider instead of lookup the destination object by JNDI name. For example, I have a queue called 'Q1' in IBM MQ and created a JMS destination object with JNDI name 'jms/myQ1' which is pointing to 'Q1'. I found that I can only access the queue using the name 'Q1' in JMS connector.
I tried to write a standard JMS client program and I can access the queue by using JNDI lookup with name 'jms/myQ1'.
Any pointer or idea is highly appreciated. Thanks.
Best regards,
Ken