MessageListenerService

This service provides the Message Driven Bean (MDB) listening process,whereby MDBs are deployed against ListenerPorts that define the JMS destinationto listen upon. These Listener Ports are defined within this service along withsettings for its Thread Pool.

Inherits from type Service and adds the following.

Attributes Summary
name : StringThe name by which the message listener service is known for administrative purposes.
description : StringThe message listener service is an extension to the JMS functions of the JMS provider.
maxMDBListenerRetries : int@since 6.
mdbListenerRecoveryInterval : int@since 6.
mqJMSPoolingTimeout : int@since 6.
mqJMSPoolingThreshold : int@since 6.
listenerPorts : ListenerPort * The message listener ports configured in the administrative domain.
threadPool : ThreadPoolSelect this link to display the service thread pool properties.

Attribute Details

name    -    The name by which the message listener service is known for administrative purposes.
     data type:  String
     default Value:   unspecified



description    -    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.
     data type:  String
     default Value:   unspecified



maxMDBListenerRetries    -    @since 6.0.0Maximum number of attempts that an MDB Listener tries to recover from a connection or startup failure, before stopping.
     data type:  int
     default Value:   5



mdbListenerRecoveryInterval    -    @since 6.0.0The interval in seconds between attempts by an MDB Listener to recover from a connection or startup failure.
     data type:  int
     default Value:   60



mqJMSPoolingTimeout    -    @since 6.0.0MQSeries JMS default connection manager pooling timeout in milli-seconds.
     data type:  int
     default Value:   300000



mqJMSPoolingThreshold    -    @since 6.0.0MQSeries JMS default connection manager pooling threshold.
     data type:  int
     default Value:   10



listenerPorts    -    The message listener ports configured in the administrative domain.
     data type: ListenerPort*



threadPool    -    Select this link to display the service thread pool properties.
     data type: ThreadPool


Copyright IBM Corp. 1997-2004