Hi,
I need to interact with an MQ to download messages. If I need to send Auto acknowledgment for every downloaded message, I believe I should set a property like the following:
For Deleting the message from the queue:
getMessageOptions.options =MQC.MQGMO_MSG_UNDER_CURSOR;
I am unable to figure out which is the property for Acknowledgment. Kindly assist.
Thanks,
Raghu.
I need to interact with an MQ to download messages. If I need to send Auto acknowledgment for every downloaded message, I believe I should set a property like the following:
For Deleting the message from the queue:
getMessageOptions.options =MQC.MQGMO_MSG_UNDER_CURSOR;
I am unable to figure out which is the property for Acknowledgment. Kindly assist.
Thanks,
Raghu.