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

Variables

static final String com.qoretechnologies.qorus.OMQ.QS_Waiting = "WAITING"
 Queue Status Text Description: WAITING. More...
 
static final String com.qoretechnologies.qorus.OMQ.QS_Received = "RECEIVED"
 Queue Status Text Description: RECEIVED. More...
 
static final String com.qoretechnologies.qorus.OMQ.QS_Error = "ERROR"
 Queue Status Text Description: ERROR. More...
 
static final String com.qoretechnologies.qorus.OMQ.QS_Used = "USED"
 Queue Status Text Description: USED. More...
 

Detailed Description

These are the possible descriptions for an asynchronous queue data's status code. Note that descriptive status values are returned by almost all API functions even though abbreviated codes are actually stored in the database; this is mainly for backwards compatibility.

See also
Java Queue Data Status Codes for the corresponding value for each status description
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
OMQ.QS_ALL for a list of all valid queue statuses

Variable Documentation

◆ QS_Error

final String com.qoretechnologies.qorus.OMQ.QS_Error = "ERROR"
static

Queue Status Text Description: ERROR.

The equivalent status code actually stored in the database is OMQ.SQL_QS_Error

◆ QS_Received

final String com.qoretechnologies.qorus.OMQ.QS_Received = "RECEIVED"
static

Queue Status Text Description: RECEIVED.

The equivalent status code actually stored in the database is OMQ.SQL_QS_Received

◆ QS_Used

final String com.qoretechnologies.qorus.OMQ.QS_Used = "USED"
static

Queue Status Text Description: USED.

The equivalent status code actually stored in the database is OMQ.SQL_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

◆ QS_Waiting

final String com.qoretechnologies.qorus.OMQ.QS_Waiting = "WAITING"
static

Queue Status Text Description: WAITING.

The equivalent status code actually stored in the database is OMQ.SQL_QS_Waiting