mqGetReceivedMsgByMessageID script operation
Finds the message in the given queue with given message ID. The ID is passed in as a String containing a hexadecimal number. Returns null if there is no such message in the given queue.
mqSendReplyWithStatus script operation
Sends a reply to the given message, setting the feedback field to indicate the given status. Status must be one of the following values (in upper or lower case): "SUCCESS", "FAIL", "VALCHANGE", "VALDUPES", "MULTIPLE_HITS", "FAIL_RETRIEVE_BY_CONTENT", "BO_DOES_NOT_EXIST", "UNABLE_TO_LOGIN", "APP_RESPONSE_TIMEOUT", "NONE".