Package | Description |
---|---|
com.hcl.domino.mq |
Modifier and Type | Method and Description |
---|---|
int |
MessageQueue.scan(byte[] buffer,
MessageQueue.IMQCallback callback)
This function parses a message queue, calling an action routine for each message in the queue.
If the message queue is empty, or if all messages in the queue have been enumerated without returning an error code, MQScan returns ERR_MQ_EMPTY. In the simple case, MQScan() does not modify the contents of the queue; by returning the appropriate error codes to MQScan, the action routine can specify that messages are to be removed from the queue or skipped, or that enumeration is to be terminated immediately. |
Copyright © 2019–2021 HCL. All rights reserved.