Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
Likely the process that is causing the CURDEPTH to increase is the Pub/Sub Engine. What I suspect you are interested in though is the application which is publishing messages that are ending up on your queue? This application doesn't directly open the subscriber queue.
You can track this by finding the following:-
Ensure you know the topics that were subscribed upon to target this queue. You can use DISPLAY SUB WHERE(DEST EQ queue-name) ALL
Find out if messages are being published on that topic using the DISPLAY TPSTATUS command and see the TYPE(PUB) details.
Cheers
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here! MQGem Software
Likely the process that is causing the CURDEPTH to increase is the Pub/Sub Engine. What I suspect you are interested in though is the application which is publishing messages that are ending up on your queue? This application doesn't directly open the subscriber queue.
You can track this by finding the following:-
Ensure you know the topics that were subscribed upon to target this queue. You can use DISPLAY SUB WHERE(DEST EQ queue-name) ALL
Find out if messages are being published on that topic using the DISPLAY TPSTATUS command and see the TYPE(PUB) details.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum