The get call timed out before receiving any messages (Reason Code 2033) 要在GUI 中查看可用原因码,请使用以下过程。 在搜索字段中,输入code。 从搜索结果中,单击查看事件代码列表以打开事件代码列表。 在页面中搜索mq类别。 通过使用样式表,您可以使用dp:response-header('x-dp-response-code')扩展来捕获原因...
[ERROR] [com.wily.powerpack.websphereMQ.agent.MQMonitor.TracerDriverThread] MQMonitor: For configuration instance <example> and the drivers(namelist,cluster) an erroroccurredin sending query to MQ. The target MQ (<host>:5102) may be down. Reason code 2033 MQRC_NO_MSG_AVAILABLE - for the ...
MQJE001: 完成代码为“2”,原因为“2033”。An MQ Error Occurred: Completion Code is : 2 The Reason Code is : 2033: MQJE001: 完成代码为“2”,原因为“2033”。 .(:655) .(:459) .(:58) at (:23)Exception in thread "main" at (:26)可能的原因是,队列为空,取不到值引起!
问题1: MQJE001: 完成代码为“2”,原因为“2033”。 An MQ Error Occurred: Completion Code is : 2 The Reason Code is : 2033 com.ibm.mq.MQException: MQJE001: 完成代码为“2”,原因为“2033”。 at com.ibm.mq.MQDestination.getInt(MQDestination.java:655) at com.ibm.mq.MQDestination.get(...
{if(ex.reasonCode ==2033) {//2033是没有消息,不做处理}else{ lr.error_message("02_CP2I111_大额来帐_接收接收消息时出错,完成代码为:"+ ex.completionCode +",原因为:"+ ex.reasonCode +",流水号为:"+NowTime); ex.printStackTrace(); ...
MQJE001:完成代码为“2”,原因为“2033”。 AnMQErrorOccurred:CompletionCodeis: 2 TheReasonCodeis: 2033 com.ibm.mq.MQException:MQJE001:完成代码为“2”,原因为“2033”。 atcom.ibm.mq.MQDestination.getInt(MQDestination.java:655) atcom.ibm.mq.MQDestination.get(MQDestination.java:459) ...
if (e.reasonCode == 2033) // 没有消息 { System.out.println("没收到消息!"); } } catch (IOException e) { e.printStackTrace(); } finally { finalizer(); } return null; } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. ...
以后就可以直接用Dos命令行窗口操作(当然,也可以用图形化GUI方式通过IBM WebSphere MQ Explorer来管理) ...
if(e.reasonCode!=2033)//没有消息 { e.printStackTrace(); System.out .println("A WebSphere MQ error occurred : Completion code" +e.completionCode +"Reason Code is" +e.reasonCode); } }catch(java.io.IOException e) { System.out
问题1: MQJE001: 完成代码为“2”, 原因为“2033”。 An MQ Error Occurred: Completion Code is : 2 The Reason Code is : 2033 com. ibm. mq. MQException: MQJE001: 完成代码为“2”, 原因为“2033”。 at com. ibm. mq. MQDestination. getInt(MQDestination. java: 655) at com. ibm. mq...