使用MQ前端处理程序连接Datapower客户端时,MQ输入/输出计数增加 [英] MQ Input/Output count increasing when Datapower client is connect using MQ front side handler

查看:180
本文介绍了使用MQ前端处理程序连接Datapower客户端时,MQ输入/输出计数增加的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用MQ 7.5.0.2和Datapower客户端IDG7

I am using MQ 7.5.0.2 and Datapower client IDG7

当MQ将消息发送到Datapower时,Datapower使用MQ前端处理程序接收这些消息,并且使用后端URL发送消息的方式也相同 但是,当Datapower连接到MQ时,我面临的问题是,队列输入/输出计数增加到(10〜20)并保持不变,并且Handle状态为INACTIVE. 当我使用以下命令查看队列详细信息时,它显示如下

When MQ send messages to Datapower, Datapower receive those messages using MQ front side handlers and also same way it do send messages using Backend URL But the problem I am facing it when ever Datapower connects to MQ, Queue Input/Output count increases to (10 ~20) and remains same and the Handle state is INACTIVE. When I see queue details using below commands it is displaying as below

 display qstatus(******) type(handle)

   QUEUE(********)                      TYPE(HANDLE)
   APPLDESC(WebSphere MQ Channel)
   APPLTAG(WebSphere Datapower MQClient)
   APPLTYPE(SYSTEM)                        BROWSE(NO)
   CHANNEL(*****)                             CONNAME(******)
   ASTATE(NONE)                            HSTATE(INACTIVE)
   INPUT(SHARED)                           INQUIRE(NO)
   OUTPUT(NO)                              PID(25391)
   QMURID(0.1149)                         SET(NO)
   TID(54)
   URID(XA_FORMATID[] XA_GTRID[] XA_BQUAL[])
   URTYPE(QMGR)

任何人都可以帮助我.它仅在我重新启动队列管理器时才清除,但我不想每次都重新启动qmgr.

Can any one help me in this.It only clearing when ever i restart the queue manager but I dont want to restart the qmgr every time.

推荐答案

处于非活动状态的HSTATE表示此对象当前未从连接进行API调用.对于队列,当没有MQGET WAIT调用时可能会出现这种情况正在处理.".如果应用程序(在这种情况下为DP)打开队列,然后不对打开的对象发出任何API调用,则可能会发生这种情况. PIN 25391-这是用于amqrmppa进程吗? DP是否需要连续消耗此队列上的消息?

HSTATE in INACTIVE state indicates "No API call from a connection is currently in progress for this object. For a queue, this condition can arise when no MQGET WAIT call is in progress.". This is likely to happen if the application(DP in this case) opened the queue and then not issuing any API calls on the opened object. Pid 25391 - is this for an amqrmppa process? Is DP expected to consume messages on this queue continuously?

这篇关于使用MQ前端处理程序连接Datapower客户端时,MQ输入/输出计数增加的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆