Attributes

Table 1. Direct Connection attributes
Attribute name Attribute description Attribute type Read/Write
Name The name of the resource java.lang.String RO
Description An arbitrary string describing the resource java.lang.String RW
Aliases Alternative names for the resource [Ljava.lang.String; RW
LocalQMgr The name of the queue manager to own the resource java.lang.String RO
Adapter The class (or alias) of the communications protocol adapter java.lang.String RW
Address The numeric or string IP address of the machine hosting the remote queue manager java.lang.String RW
Channel The channel class (or alias) to be used in the connection java.lang.String RW
Persist [1] Whether the adapter should be persistent or not java.lang.Boolean RW
Port The IP port number used by the remote queue manager to service incoming requests java.lang.String RW
Servlet Servlet options java.lang.String RW
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.

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.