When a JMS application sends a message to a WebSphere MQ server, a long list of internal error exception messages is issued, including the CWSJP0019E message - Middleware News
This
occurs when a WebSphere MQ server is configured to connect
to an unsupported version of
WebSphere MQ.
Verify
that you have configured the WebSphere MQ server to interoperate
with a supported version of
WebSphere MQ. For interoperation with
WebSphere Application Server Version 7.0 or later, the version of
WebSphere MQ must be
WebSphere MQ for z/OS®
Version 6 or later, or
WebSphere MQ (distributed platforms) Version 7 or later.
In
this situation, any attempt by a JMS application to send a message
to a service integration bus destination that is a defined to a WebSphere MQ server bus member results
in a long list of exception messages. The CWSJP0019E message indicates
that it is a version problem:
com.ibm.ws.sib.remote.mq.exceptions.CorruptRMQSessionException: CWSJP0019E: An attempt to connect to WebSphere MQ using the information that is provided by the WebSphere MQ Server bus member MQServer1-BUS1 resulted in a connection to a WebSphere MQ queue manager running on version MQCMDL_LEVEL_600 on platform MQPL_WINDOWS_NT. This configuration is not supported. Destinations that are assigned to the WebSphere MQ Server bus member are not accessible.
Comments
Post a Comment