Properties

AlternateUserId

public String AlternateUserId {get; set;}

The alternate user ID (if any) specified when this resource was opened. Setting this attribute has no effect.

CloseOptions

public int CloseOptions {get; set;}

Set this attribute to control the way the resource is closed. The default value is MQC.MQCO_NONE, and this is the only permissible value for all resources other than permanent dynamic queues, and temporary dynamic queues that are being accessed by the objects that created them. For these queues, the following additional values are permissible:

MQC.MQCO_DELETE

Delete the queue if there are no messages.

MQC.MQCO_DELETE_PURGE

Delete the queue, purging any messages on it.

ConnectionReference

public MQQueueManager ConnectionReference {get;}

The queue manager to which this resource belongs.

IsOpen

public boolean IsOpen {get;}

Indicates whether this resource is currently open.

Name

public String Name {get;}

The name of this resource (either the name supplied on the access method, or the name allocated by the queue manager for a dynamic queue).

OpenOptions

public int OpenOptions {get; set;}

The options specified when this resource was opened. Setting this attribute has no effect.


csqzav0558