MQ FTE docs that
An example use of this exit point is to perform some completion tasks, such as sending an e-mail or a WebSphere MQ message to flag that the transfer has completed.
However how this message sending can be done? My understanding is that FTE will simpy put my exit jar into their classpath and then just call appropriate method when transfer finished.
How can I aquire connection to the QM then? Do I need to do some magic, and on first call create connection to the MQ?
We have very simple use case. We want FTE to put notification message into queue when transfer finished. We are initiating transfer by putting XML command queue, so we can use reply queue element. However doc states that it uses dynamic temporary queue, but it is not what we need. So we need this exit logic then...
Or maybe do you have other idea how to achieve mentioned use case?
Many thanks
Pawel