Actually I mis-spoke myself.

The API exit can be called *three times* for an MQGET, depending on
exactly which entry point(s) you activate.

1) Before MQGET - typically use to log things like options pointer values
and MQMD
(did the developer remember to reset message id, correl id, ccsid etc.).
The MQGET
hasn't been issued at this point.

2) Before data conversion (but after the MQGET).  IIRC this is always called
if set up even if data conv
not specified.

3) After data conversion.

Dave

-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Roger
Lacroix
Sent: 29 April 2004 19:02
To: [EMAIL PROTECTED]
Subject: Re: Message Tracking


Hi,

So the difference in the data between calls 'before get' and 'after get'
would
be the data conversion (if the app did a get with convert) ?

Or would the be just for timestamping how long the get call took? i.e.
because
'before get' call would not have the message data yet.

Regards,
Roger Lacroix


Quoting "David C. Partridge" <[EMAIL PROTECTED]>:

> Yes, that's *exactly* what I mean, so if you do 100 gets followed by a
> backout, the exit is called 200 times (for before get and after get
entries)
> and then once before the backout and once afterwards.
>
> Dave
>
> -----Original Message-----
> From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Roger
> Lacroix
> Sent: 29 April 2004 16:03
> To: [EMAIL PROTECTED]
> Subject: Re: Message Tracking
>
>
> Hi,
>
> Hummm, so are you suggesting that under SyncPoint the Api Exit is called
> twice:
> once for the get and then again for commit (or back).
>
> Hummm, most interesting.
>
>
> Regards,
> Roger Lacroix
> Capitalware Inc.
> http://www.capitalware.biz
>
>
> Quoting "David C. Partridge" <[EMAIL PROTECTED]>:
>
> > The API Exit is invoked at MQCMIT and MQBACK time, but you'll have royal
> fun
> > keeping track of what was
> > committed and backed out it you are logging messages to see what
happened.
> >
> > Dave
> >
> > Instructions for managing your mailing list subscription are provided in
> > the Listserv General Users Guide available at http://www.lsoft.com
> > Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> >
>
> Instructions for managing your mailing list subscription are provided in
> the Listserv General Users Guide available at http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
> Instructions for managing your mailing list subscription are provided in
> the Listserv General Users Guide available at http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to