Attributes

Table 1. MQ Bridge queue attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resourcejava.lang.StringRO
DescriptionAn arbitrary string describing the resourcejava.lang.StringRW
ActiveA Boolean value indicating whether the queue is active or notjava.lang.BooleanRO
AliasesAlternative names for the resource[Ljava.lang.String;RW
BridgeNameThe bridge object that handles the target MQ queuejava.lang.StringRW
ClientConnectionThe name of the client connection associated with the queuejava.lang.StringRW
CreationDateThe time (in milliseconds since midnight Jan1, 1970 GMT) the queue object was createdjava.lang.LongRO
ExpiryThe time (in milliseconds) after which messages places on the queue expirejava.lang.LongRW
DestinationQMgrThe name of the queue manager to own the physical queuejava.lang.StringRO
LocalQMgrThe name of the queue manager to own the resourcejava.lang.StringRO
MaxIdleTimeThe maximum time (in seconds) that the MQ bridge queue can hold onto an idle connection before it is returned to the connection pooljava.lang.IntegerRW
MaxMessageSizeThe maximum size of a message that may be placed on the queuejava.lang.IntegerRW
MQQueueManagerProxyThe target MQ QueueManager associated with the queuejava.lang.StringRW
MQRemoteQueueNameThe actual queue name of the remote MQ queue java.lang.StringRW
MQeClassThe class of the resource java.lang.StringRO
RuleThe rule class (or alias) to be used by the queuejava.lang.StringRW
TransformerThe transformer class (or alias) converting the message from MQe to MQ formatjava.lang.StringRW

Parent topic: MQ Bridge queue