Queue properties

Table of MQe queue properties

Queue properties are shown in the following table. Not all the properties shown apply to all the queue types:
Table 1. Queue properties
Property ExplanationJava typeC type
Admin_Class Queue class String admtype
Admin_Name ASCII queue name String admname
Queue_ActiveQueue in active/inactive statebooleanqact
Queue_AttRule Rule class controlling security operationsStringqar
Queue_Authenticator Authenticator class Stringqau
Queue_BridgeName Owning MQ bridge nameStringq-mq-bridge
Queue_ClientConnection Client connection nameStringq-mq-client-con
Queue_CloseIdleClose the connection to the remote queue manager once all messages have been transmittedbooleanqcwi
Queue_CreationDateDate that the queue was createdlongqcd
Queue_Compressor Compressor class qco
Queue_Cryptor Cryptor class qcr
Queue_CurrentSize Number of messages on the queue  qcs
Queue_Description Unicode description  qd
Queue_Expiry Expiry time for messages  qe
Queue_ FileDesc Location and adapter for the queue qfd
Queue_MaxMsgSizeMaximum length of messages allowed on the queue qms
Queue_MaxQSize Maximum number of messages allowed  qmqs
Queue_Mode Synchronous or asynchronous qm
Queue_MQQMgr MQ queue manager proxy  
Queue_Priority Priority to be used for messages (unless overridden by a message value)  qp
Queue_QAliasNameList Alternative names for the queue String[]qanl
Queue_QMgrName Queue manager owning the real queue  qqmn
Queue_QMgrNameListQueue manager targets ?
Queue_RemoteQName Remote MQ field name ?
Queue_Rule Rule class for queue operations  qr
Queue_QTimerIntervalDelay before processing pending messages qti
Queue_TargetRegistryTarget registry type qtr
Queue_Transporter Transporter class  qtc
Queue_TransporterXORTransporter to use XOR compression qtxor
Queue_Transformer Transformer class  q-mq-transformer

Parent topic: Queues