cancel
Showing results for 
Search instead for 
Did you mean: 

JMS error:MQJMS2002: failed to get message from MQ queue

Former Member
0 Kudos

Hi All,

We have configured a JMS Sender channel to communicate with MQSeries (IBM MQseries, v5.2 for AIX)

Everything works fine until the MQSeries' queue manager is restarted.

We get the following error:

Channel error occured; detailed error description: JMS error:MQJMS2002: failed to get message from MQ queue. Linked error:MQJE001: Completion Code 2, Reason 2162, Error Code:MQJMS2002

We had to restart SAP's Java Engine to resolve the error.

There are a few parameters -- CONNECTION_TEST_POLL=true and "Wait before reconnect" = 10000 -- provided for JMS Receiver channels to avoid this problem, but they do not seem to work for a sender channel.

Is there any parameter that translates to "FAIL if Quiescing" settings on the connection factory?

If anyone has faced this problem earlier, kindly share the fix.

regards,

Roshni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

upgrade of mq jar files in aii_af_jmsproviderlib.sda solved the problem.

regards,

Roshni

Former Member
0 Kudos

Hi,

Use this command on MQRC reasoncode you will get correct error. This is because of Communication failure with JMS and MQ server. Message is not receiving from MQ.

Thanks,

RamuV