Qorus Integration Engine®  4.0.3.p2_git
Java Queue Data Status Codes

Variables

static final String com.qoretechnologies.qorus.OMQ.SQL_QS_Waiting = "W"
 Queue Status SQL Character Code: WAITING. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQL_QS_Received = "R"
 Queue Status SQL Character Code: RECEIVED. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQL_QS_Error = "E"
 Queue Status SQL Character Code: ERROR. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQL_QS_Used = "X"
 Queue Status SQL Character Code: USED. More...
 

Detailed Description

These are the possible values for an asynchronous queue data's status; this is the actual value that is stored in the DB

See also
Java Queue Data Status Descriptions for the corresponding description for each status code
OMQ.QSMap for a hash that can be used to map from descriptive status codes to Java Queue Data Status Codes
OMQ.SQLQSMap for a hash that can be used to map from SQL status codes to Java Queue Data Status Descriptions

Variable Documentation

◆ SQL_QS_Error

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Error = "E"
static

Queue Status SQL Character Code: ERROR.

The equivalent descriptive status is OMQ.QS_Error

◆ SQL_QS_Received

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Received = "R"
static

Queue Status SQL Character Code: RECEIVED.

The equivalent descriptive status is OMQ.QS_Received

◆ SQL_QS_Used

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Used = "X"
static

Queue Status SQL Character Code: USED.

The equivalent descriptive status is OMQ.QS_Used

Note
this status is only used in Oracle databases where the queue rows are not deleted in order to preserve the integrity of the indexes on the QUEUE_DATA table

◆ SQL_QS_Waiting

final String com.qoretechnologies.qorus.OMQ.SQL_QS_Waiting = "W"
static

Queue Status SQL Character Code: WAITING.

The equivalent descriptive status is OMQ.QS_Waiting