Getting weblogic.jms.extensions.JMSOrderException in Managed server logs.
Hi,
We have 2 application on WLS 10.3.6 clustered domain. Application A is sending JMS messages via SAF to App. B .
On App. A side, "SAF Imported Destination" uses Path service as UOO to send the messages to App B .The receiving queue at App B side, is configured as Hash based UOO .
Now if any 1 of the managed server from the cluster of application B is shutdown then we see the exceptions like :
Caused by: weblogic.jms.extensions.JMSOrderException: hashed member of App_B_JMS_Module!Receving_queue is App_B_JMS_Module!Receving_queue which is not available
at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)