I have configured my MQ to start up a program when message is received.
How can pass the MsgId of the newly arrived message to the activated program so that it will process the message and then terminate ?
In this way, I can start multiple instance of the same program where each will process only a message.
If the above is possible, how can control the number of instance of the activated program at one time to control the load on the server.
Thanks in advance
How can pass the MsgId of the newly arrived message to the activated program so that it will process the message and then terminate ?
In this way, I can start multiple instance of the same program where each will process only a message.
If the above is possible, how can control the number of instance of the activated program at one time to control the load on the server.
Thanks in advance