endurox-java
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

◆ TMCORRIDLEN

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

Queue correlator id, bin len

◆ TMMSGIDLEN

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

Queue message id len, bin

◆ TPNOFLAGS

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

No flags set

◆ TPQASYNC

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

Async complete

◆ TPQBEFOREMSGID

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

RFU, enqueue before message id

◆ TPQCORRID

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

set/get correlation id

◆ TPQDELIVERYQOS

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

RFU, delivery quality of service

◆ TPQEXPTIME_ABS

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

RFU, absolute expiration time

◆ TPQEXPTIME_NONE

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

RFU, never expire

◆ TPQEXPTIME_REL

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

RFU, relative expiration time

◆ TPQFAILUREQ

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

set/get failure queue

◆ TPQGETBYCORRID

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

dequeue by corrid

◆ TPQGETBYCORRIDOLD

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

deprecated

◆ TPQGETBYMSGID

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

dequeue by msgid

◆ TPQGETBYMSGIDOLD

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

RFU, deprecated

◆ TPQMSGID

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

get msgid of enq/deq message

◆ TPQPEEK

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

peek

◆ TPQPRIORITY

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

set/get message priority

◆ TPQQOSDEFAULTPERSIST

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

queue's default persistence policy

◆ TPQQOSNONPERSISTENT

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

memory message

◆ TPQQOSPERSISTENT

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

disk message

◆ TPQREPLYQ

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

set/get reply queue

◆ TPQREPLYQOS

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

RFU, reply message quality of service

◆ TPQTIME_ABS

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

RFU, set absolute time

◆ TPQTIME_REL

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

RFU, set absolute time

◆ TPQTOP

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

RFU, enqueue at queue top

◆ TPQWAIT

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

RFU, wait for dequeuing