endurox-java
 All Classes Namespaces Files Functions Variables Groups Pages
Variables
Queue control constants

Variables

static final int org.endurox.AtmiConst.TMCORRIDLEN = 32
 
static final int org.endurox.AtmiConst.TMMSGIDLEN = 32
 
static final long org.endurox.AtmiConst.TPNOFLAGS = 0x00000
 
static final long org.endurox.AtmiConst.TPQCORRID = 0x00001
 
static final long org.endurox.AtmiConst.TPQFAILUREQ = 0x00002
 
static final long org.endurox.AtmiConst.TPQBEFOREMSGID = 0x00004
 
static final long org.endurox.AtmiConst.TPQGETBYMSGIDOLD = 0x00008
 
static final long org.endurox.AtmiConst.TPQMSGID = 0x00010
 
static final long org.endurox.AtmiConst.TPQPRIORITY = 0x00020
 
static final long org.endurox.AtmiConst.TPQTOP = 0x00040
 
static final long org.endurox.AtmiConst.TPQWAIT = 0x00080
 
static final long org.endurox.AtmiConst.TPQREPLYQ = 0x00100
 
static final long org.endurox.AtmiConst.TPQTIME_ABS = 0x00200
 
static final long org.endurox.AtmiConst.TPQTIME_REL = 0x00400
 
static final long org.endurox.AtmiConst.TPQGETBYCORRIDOLD = 0x00800
 
static final long org.endurox.AtmiConst.TPQPEEK = 0x01000
 
static final long org.endurox.AtmiConst.TPQDELIVERYQOS = 0x02000
 
static final long org.endurox.AtmiConst.TPQREPLYQOS = 0x04000
 
static final long org.endurox.AtmiConst.TPQEXPTIME_ABS = 0x08000
 
static final long org.endurox.AtmiConst.TPQEXPTIME_REL = 0x10000
 
static final long org.endurox.AtmiConst.TPQEXPTIME_NONE = 0x20000
 
static final long org.endurox.AtmiConst.TPQGETBYMSGID = 0x40008
 
static final long org.endurox.AtmiConst.TPQGETBYCORRID = 0x80800
 
static final long org.endurox.AtmiConst.TPQASYNC = 0x100000
 
static final long org.endurox.AtmiConst.TPQQOSDEFAULTPERSIST = 0x00001
 
static final long org.endurox.AtmiConst.TPQQOSPERSISTENT = 0x00002
 
static final long org.endurox.AtmiConst.TPQQOSNONPERSISTENT = 0x00004
 

Detailed Description

Enduro/X Queue control

Variable Documentation

final int org.endurox.AtmiConst.TMCORRIDLEN = 32
static

Queue correlator id, bin len

final int org.endurox.AtmiConst.TMMSGIDLEN = 32
static

Queue message id len, bin

final long org.endurox.AtmiConst.TPNOFLAGS = 0x00000
static

No flags set

final long org.endurox.AtmiConst.TPQASYNC = 0x100000
static

Async complete

final long org.endurox.AtmiConst.TPQBEFOREMSGID = 0x00004
static

RFU, enqueue before message id

final long org.endurox.AtmiConst.TPQCORRID = 0x00001
static

set/get correlation id

final long org.endurox.AtmiConst.TPQDELIVERYQOS = 0x02000
static

RFU, delivery quality of service

final long org.endurox.AtmiConst.TPQEXPTIME_ABS = 0x08000
static

RFU, absolute expiration time

final long org.endurox.AtmiConst.TPQEXPTIME_NONE = 0x20000
static

RFU, never expire

final long org.endurox.AtmiConst.TPQEXPTIME_REL = 0x10000
static

RFU, relative expiration time

final long org.endurox.AtmiConst.TPQFAILUREQ = 0x00002
static

set/get failure queue

final long org.endurox.AtmiConst.TPQGETBYCORRID = 0x80800
static

dequeue by corrid

final long org.endurox.AtmiConst.TPQGETBYCORRIDOLD = 0x00800
static

deprecated

final long org.endurox.AtmiConst.TPQGETBYMSGID = 0x40008
static

dequeue by msgid

final long org.endurox.AtmiConst.TPQGETBYMSGIDOLD = 0x00008
static

RFU, deprecated

final long org.endurox.AtmiConst.TPQMSGID = 0x00010
static

get msgid of enq/deq message

final long org.endurox.AtmiConst.TPQPEEK = 0x01000
static

peek

final long org.endurox.AtmiConst.TPQPRIORITY = 0x00020
static

set/get message priority

final long org.endurox.AtmiConst.TPQQOSDEFAULTPERSIST = 0x00001
static

queue's default persistence policy

final long org.endurox.AtmiConst.TPQQOSNONPERSISTENT = 0x00004
static

memory message

final long org.endurox.AtmiConst.TPQQOSPERSISTENT = 0x00002
static

disk message

final long org.endurox.AtmiConst.TPQREPLYQ = 0x00100
static

set/get reply queue

final long org.endurox.AtmiConst.TPQREPLYQOS = 0x04000
static

RFU, reply message quality of service

final long org.endurox.AtmiConst.TPQTIME_ABS = 0x00200
static

RFU, set absolute time

final long org.endurox.AtmiConst.TPQTIME_REL = 0x00400
static

RFU, set absolute time

final long org.endurox.AtmiConst.TPQTOP = 0x00040
static

RFU, enqueue at queue top

final long org.endurox.AtmiConst.TPQWAIT = 0x00080
static

RFU, wait for dequeuing