ibm - MQ Input/Output count increasing when Datapower client is connect using MQ front side handler -


i using mq 7.5.0.2 , datapower client idg7

when mq send messages datapower, datapower receive messages using mq front side handlers , same way send messages using backend url problem facing when ever datapower connects mq, queue input/output count increases (10 ~20) , remains same , handle state inactive. when see queue details using below commands displaying 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)

can 1 me in this.it clearing when ever restart queue manager dont want restart qmgr every time.

hstate in inactive state indicates "no api call connection in progress object. queue, condition can arise when no mqget wait call in progress.". happen if application(dp in case) opened queue , not issuing api calls on opened object. pid 25391 - amqrmppa process? dp expected consume messages on queue continuously?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -