Posted: Thu Mar 19, 2009 11:17 pm Post subject: Any C samples on PUT_EXIT and GET_EXIT API's
Newbie
Joined: 03 Apr 2008 Posts: 4
Hi ,
I need to trace a message before putting in to the queue by MQ_PUT call and before getting the message by MQ_GET call. And also I need any C languge samples on MQ PUT_EXIT and GET_EXIT API's.
If you have any information in the above please share with me.
There are sample programs available that come with mqseries. The information center is glad to share its content with you. so use the above link to the information center, then search for "sample programs".
there is also an api exit sample available. _________________ Regards, Butcher
Posted: Fri Mar 20, 2009 12:41 am Post subject: Re: Any C samples on PUT_EXIT and GET_EXIT API's
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
Rajasekharp45 wrote:
I need to trace a message before putting in to the queue by MQ_PUT call and before getting the message by MQ_GET call. And also I need any C languge samples on MQ PUT_EXIT and GET_EXIT API's.
Be sure you really need an exit to do this; there are a variety of other methods.
If you stick with the exit method, be sure to read the advice given in the many posts on this subject in this forum. Exits are an advanced topic; a badly written exit wil cripple your queue manager, a really badly written one will bring it down. Test extensively before use.
Have fun. _________________ Honesty is the best policy.
Insanity is the best defence.
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