Attributes

Table 1. Direct Connection attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resourcejava.lang.StringRO
DescriptionAn arbitrary string describing the resourcejava.lang.StringRW
AliasesAlternative names for the resource[Ljava.lang.String;RW
LocalQMgrThe name of the queu manager to own the resourcejava.lang.StringRO
AdapterThe class (or alias) of the communications protocol adapterjava.lang.StringRW
AddressThe numeric or string IP address of the machine hosting the remote queue managerjava.lang.StringRW
ChannelThe channel class (or alias) to be used in the connectionjava.lang.StringRW
Persist [1]Whether the adapter should be persistent or notjava.lang.BooleanRW
PortThe IP port number used by the remote queue manager to service incoming requestsjava.lang.StringRW
ServletServlet optionsjava.lang.StringRW
Note:
  1. To avoid confusion about how the attribute Persist relates to the options
    • MQeCommunicationsAdapter.MQe_Adapter_PERSIST
    • MQeCommunicationsAdapter.MQe_Adapter_NOPERSIST

    use the following equivalences:

    • Setting Persist to true is equivalent to setting MQeCommunicationsAdapter.MQe_Adapter_PERSIST to true.
    • Setting Persist to false is equivalent to setting MQeCommunicationsAdapter.MQe_Adapter_NOPERSIST to true.

Parent topic: Direct connection