ListenerPort

Listener ports for Message Driven Beans to listen upon for messages.Each port specifies the JMS Connection Factory and JMS Destinationthat an MDB, deployed against that port, will listen upon.

Inherits from type ManagedObject and adds the following.

Attributes Summary
description : StringA description of the listener port, for administrative purposes.
connectionFactoryJNDIName : StringJNDI name for JMS ConnectionFactory to be used by the listener thread.
destinationJNDIName : StringJNDI name for JMS Destination to be used by the listener thread.
maxSessions : intMaximum concurrent number of JMS ServerSessions used by a MDB listener for processing messages
maxRetries : intMaximum number of attempts to deliver a message before the MDB listener instance is stopped.
maxMessages : intMaximum number of messages processed at a time by a JMS ServerSession

Attribute Details

description    -    A description of the listener port, for administrative purposes.
     data type:  String
     default Value:   unspecified



connectionFactoryJNDIName    -    JNDI name for JMS ConnectionFactory to be used by the listener thread.
     data type:  String
     default Value:   unspecified



destinationJNDIName    -    JNDI name for JMS Destination to be used by the listener thread.
     data type:  String
     default Value:   unspecified



maxSessions    -    Maximum concurrent number of JMS ServerSessions used by a MDB listener for processing messages
     data type:  int
     default Value:   1



maxRetries    -    Maximum number of attempts to deliver a message before the MDB listener instance is stopped.
     data type:  int
     default Value:   0



maxMessages    -    Maximum number of messages processed at a time by a JMS ServerSession
     data type:  int
     default Value:   1


Copyright IBM Corp. 1997-2004