JMS object properties

A property consists of a name-value pair in the format:

PROPERTY_NAME(property_value)

Names and values are not case sensitive, but are restricted to a set of recognized names shown in the following table:.

Table 1. Property names and valid values
PropertyShort formValid values
AUTHENTICATORAUTHAny String
CLIENTIDCIDAny String
DESCRIPTIONDESCAny String
DUPSOKCOUNTDOCAny positive integer
INIFILEINIAny String
ISMQNATIVEISMQ"True" or "False"
JMXENABLEDJMSX"True" or "False"
QUEUEQUAny String
QMANAGERQMGRAny String
SHUTDOWNSHUTAny positive integer

Most of these properties apply only to specific object types, but note that ConnectionFactory properties apply also to QueueConnectionFactory properties. The properties and the types they apply to are listed in the following table, together with a short description.

Two columns indicate the properties that apply to QCF/CF (QueueConnectionFactory or ConnectionFactory) and Q (Queue).

Table 2. Property names and descriptions
PropertyQCF/CFQDescription
AUTHENTICATORY Fully-qualified class name implementing com.ibm.mqe.jms.MQeJMSAuthenticator interface.
CLIENTIDY A string identifier for the client
DESCRIPTIONYYA description of the stored object
DUPSOKCOUNTY The number of messages to receive before acknowledgment in a DUPS_OK_ACKNOWLEDGE Session.
INIFILEY An initialization (.ini) file for an MQe Queue Manager
ISMQNATIVE YThe destination is a non-JMS, MQ, queue.
JMSXENABLEDY Enable JMSX properties.
QUEUE YThe name of an MQe queue
QMANAGER YThe name of an MQe queue manager
SHUTDOWNY Delay before connection shutdown, in milliseconds.

Parent topic: The MQe administration tool for JMS