Weblogic Foreign Server Error jms.AQjmsDestination incompatible
I am attempting to create a JMS foreign server in order to connect to an AQ on the database. I have then deployed a MDB which should connected to the AQ via the foreign server and process incoming messages. Unfortunately my MDB is unable to connect with the following error. java.lang.ClassCastException: oracle.jms.AQjmsDestination incompatible with weblogic.jms.common.DestinationImpl
The AQ sits on an Oracle database version 11.2.0.4.0 and was created with payload type JMS_TEXT_MESSAGE.
Weblogic server is version 12.2.1.3.0
Foreign Server is set up as f0ollows:
Configuration: General => JNDI Initial Context Factory: oracle.jms.AQjmsInitialContextFactory