![]() |
Qorus Integration Engine®
4.1.4.p4_git
|
Variables | |
| public const | OMQ::SQL_QS_Waiting = "W" |
Queue Status SQL Character Code: WAITING. More... | |
| public const | OMQ::SQL_QS_Received = "R" |
| public const | OMQ::SQL_QS_Error = "E" |
Queue Status SQL Character Code: ERROR. More... | |
| public const | OMQ::SQL_QS_Used = "X" |
These are the possible values for an asynchronous queue data's status; this is the actual value that is stored in the DB
| public const OMQ::SQL_QS_Error = "E" |
Queue Status SQL Character Code: ERROR.
The equivalent descriptive status is OMQ::QS_Error
| public const OMQ::SQL_QS_Received = "R" |
The equivalent descriptive status is OMQ::QS_Received
| public const OMQ::SQL_QS_Used = "X" |
The equivalent descriptive status is OMQ::QS_Used
QUEUE_DATA table | public const OMQ::SQL_QS_Waiting = "W" |
Queue Status SQL Character Code: WAITING.
The equivalent descriptive status is OMQ::QS_Waiting