This type is a class for model objects.
This service provides the Message Driven Bean (MDB) listening process, whereby MDBs are deployed against ListenerPorts that define the JMS destination to listen upon. These Listener Ports are defined within this service along with settings for its Thread Pool.
Package: messagelistenerAttributes Summary | |
name : EString | The name by which the message listener service is known for administrative purposes. |
description : EString | The message listener service is an extension to the JMS functions of the JMS provider. It provides a listener manager that controls and monitors one or more JMS listeners, which each monitor a JMS destination on behalf of a deployed message-driven bean. |
maxMDBListenerRetries : EInt | @since 6.0.0 Maximum number of attempts that an MDB Listener tries to recover from a connection or startup failure, before stopping. |
mdbListenerRecoveryInterval : EInt | @since 6.0.0 The interval in seconds between attempts by an MDB Listener to recover from a connection or startup failure. |
mqJMSPoolingTimeout : EInt | @since 6.0.0 MQSeries JMS default connection manager pooling timeout in milli-seconds. |
mqJMSPoolingThreshold : EInt | @since 6.0.0 MQSeries JMS default connection manager pooling threshold. |
listenerPorts : ListenerPort * | The message listener ports configured in the administrative domain. |
threadPool : ThreadPool @ | Select this link to display the service thread pool properties. |
Attribute Details |