ODPI-C Enumeration dpiMessageStateΒΆ
This enumeration identifies the possible states for messages in a queue.
Value | Description |
---|---|
DPI_MSG_STATE_READY | The message is ready to be processed. |
DPI_MSG_STATE_WAITING | The message is waiting for the delay time to expire. |
DPI_MSG_STATE_PROCESSED | The message has already been processed and is retained. |
DPI_MSG_STATE_EXPIRED | The message has been moved to the exception queue. |