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.
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



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. 1996-2002