I have tried integrating WSO2 ESB 4.8.1 with Tibco EMS 4.6, added all the required jars of Tibco to WSO2 ESB repository/components/lib folder.
While sending the request to Tibco EMS as text/plain, got the below exception in the Tibco EMS end.
There was an error while parsing a message.
caused by: com.tibco.plugin.share.jms.impl.JMSExceptionWrapper: javax.jms.MessageFormatException: Deserialization failed: org.apache.synapse.message.store.impl.jms.StorableMessage
Caused by: javax.jms.MessageFormatException: Deserialization failed: org.apache.synapse.message.store.impl.jms.StorableMessage
Is there any configuration needs to be done or jars to be added?
Thanks in advance.