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 ...
I am coding an API exit for Put After (MQXF_PUT/MQXR_AFTER). I know the function is passed the pHobj which is a pointer to the opened queue. What I want to do is retrieve the name of the q ...