Author |
Message
|
robococco |
Posted: Tue Mar 27, 2007 10:19 am Post subject: Monitoring MQ Message transit time |
|
|
Newbie
Joined: 27 Mar 2007 Posts: 2
|
Hello all,
we're looking for a way to determine, on an individual basis, the time that passes from a PUT to a subsequent GET of a message; any idea?
We need to certify transit time of a message.
TIA
Robert |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 27, 2007 11:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Change the sending application to write the time it executes the PUT to a log of some kind.
Change the receiving application to write the time that it executes the GET to a log of some kind.
Or look at the new features in v6 for message tracking. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
zpat |
Posted: Tue Mar 27, 2007 12:14 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Use an API crossing exit. Use the API tracing support pack. |
|
Back to top |
|
 |
robococco |
Posted: Tue Mar 27, 2007 11:13 pm Post subject: |
|
|
Newbie
Joined: 27 Mar 2007 Posts: 2
|
Thanks for the prompt suggestions. We have a problem tracing the GET's, since it's an external app and there's no way to make it add tracing.
Does anyone know of a commercial product doing such a job? We do need to trace individual messages, dumping the message to a file.
BTW, is there any sample code of the API exit implementation in C/C++?
Again thx for the support
Robert |
|
Back to top |
|
 |
zpat |
Posted: Tue Mar 27, 2007 11:16 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Use the API tracing support pac MA0W - this does not require any change to the application.
Commercial apps; Transaction Vision, Statwatch. |
|
Back to top |
|
 |
|