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 A description of the listener port, for administrative purposes.
connectionFactoryJNDIName JNDI name for JMS ConnectionFactory to be used by the listener thread.
destinationJNDIName JNDI name for JMS Destination to be used by the listener thread.
maxSessions Maximum concurrent number of JMS ServerSessions used by a MDB listener for processing messages
maxRetries Maximum number of attempts to deliver a message before the MDB listener instance is stopped.
maxMessages Maximum 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:   Integer
Default value:   1



maxRetries

Maximum number of attempts to deliver a message before the MDB listener instance is stopped.

Data type:   Integer
Default value:   0



maxMessages

Maximum number of messages processed at a time by a JMS ServerSession

Data type:   Integer
Default value:   1