Posted: Thu Oct 11, 2007 10:34 pm Post subject: Track the Queue transaction History
Apprentice
Joined: 30 Jul 2007 Posts: 45
Hi all,
Could anybody please tell me if there is a way to track the transaction history of a Queue in a Q-Manager.
I want to check with a Queue if any message on a particular date and time actually entered the queue and actually was pulled out by the destination application from that queue on particular date and time.
Only the date time information is all what I am looking for.
Posted: Fri Oct 12, 2007 1:09 am Post subject: Re: Track the Queue transaction History
Newbie
Joined: 16 Nov 2004 Posts: 8 Location: Nødebo, Denmark
alethea wrote:
Hi all,
...
I want to check with a Queue if any message on a particular date and time actually entered the queue and actually was pulled out by the destination application from that queue on particular date and time.
...
If your messages were put persistent (and to be 100% sure they are logged - also under syncpoint) ReQuest will be able to extract the information you want from the MQ recovery logs (if you are using circular logging, you have to perform the search before the information is overwritten).
ReQuest can use filtering (on message header fields and/or message content) to single out the message(s) you seek.
ReQuest is an 'after the fact' tool and doesn't even have to installed at the time of the put and get.
On the other hand InQuest being a configurable API Exit application will be able to intercept the put and get on the fly and record them.
InQuest will handle both persistent and nonpersistent message.
Please contact me directly if you want more information.
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