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 |
Running | A Boolean value indicating if the listener is running | java.lang.Boolean | RO |
Adapter | The class (or alias) of the communications protocol adapter | java.lang.String | RO |
ChannelTimeout | The time (in milliseconds) after which an idle incoming connection will be timed out | java.lang.Long | RW |
CurrentChannels | The number of channels currently open on the communications listener | java.lang.Integer | RO |
MaxChannels | The maximum number of channels allowed for the communications listener | java.lang.Integer | RW |
LocalQMgr | The name of the queue manager to own the resource | java.lang.String | RO |
MQeClass | The class of the resource | java.lang.String | RO |
Port | The IP port number used by the communications listener to service incoming connection requests | java.lang.String | RO |
Parent topic: Communications Listener