Why when using JMS queues [weblogic server] if the message from this queue is encoded as UTF16 it r
We are using JMS queues for integration with external system, JMS queues are configured on weblogic server.
Able to read and process a message from this queue with encoding UTF16 but not able to process message in queue with encoding UTF8.
if i place the same message with UTF16 instead of UTF8 i am able to successfully read and process the message.
Please help me with identifying the issue