Posted: Mon May 03, 2004 10:35 am Post subject: APIExit - PutAfter/Put1After help for remote connection
Newbie
Joined: 30 Mar 2004 Posts: 4
I have an APIExit that counts PUT's to queue's. Working great for local applications putting to the queue's, but remote applications using a remote queue does not seem to fire off the APIExit routine. Anyone know if there are differences between a remote PUT and a local PUT and if APIExits are supposed to work for remote connections?
Yes API Exits also work when the put is done by the channel agent, e.g a remote put, unless you are filtering out MQ process for some reason during registration (pExitParms->APICallerType == MQXACT_INTERNAL
). Try the sample amqsaxe0.c. You should see it log activity on remote puts.
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