Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31733 - Message class is not compatible with queue transport

31733   Message class is not compatible with queue transport

Cause

This error occurs if you create a JadeGenericMessage instance for one transport (for example, the WebSphere MQ transport) and attempt to put the message to a JadeGenericQueue instance that was created for a different transport (for example, the JadeMQ transport).

Action

Ensure a message is sent to a queue that is created for the same transport as the message.