Websphere 8.5 application server not been able to send message to Response Queue

91 Views Asked by At

I am migrating an application from websphere application server 7.x to 8.5. Application is based on Java and EJB. When migrating the application I have recompiled the source code in Java 8 and deployed the application in 8.5 with same JNDI configurations as in 7.x. But I am facing an issue while sending resonse message into one external MQ getting 2085 MQRC_UNKNOWN_OBJECT_NAME error.

Same code is working fine in 7.x with Java 6 without any issue. Do I need to do any specific configuration in 8.5. Response Queue is Clustered Queue and its not configured in Client Application server its derived from MQ message.

0

There are 0 best solutions below