This type is a class for model objects.
Listener ports for Message Driven Beans to listen upon for messages. Each port specifies the JMS Connection Factory and JMS Destination that an MDB, deployed against that port, will listen upon.
Package: messagelistenerAttributes Summary | |
description : EString | A description of the listener port, for administrative purposes. |
connectionFactoryJNDIName : EString | JNDI name for JMS ConnectionFactory to be used by the listener thread. |
destinationJNDIName : EString | JNDI name for JMS Destination to be used by the listener thread. |
maxSessions : EInt | Maximum concurrent number of JMS ServerSessions used by a MDB listener for processing messages @range is 1 to MAX_INT_VALUE. |
maxRetries : EInt | Maximum number of attempts to deliver a message before the MDB listener instance is stopped. @range is 0 to MAX_INT_VALUE. |
maxMessages : EInt | Maximum number of messages processed at a time by a JMS ServerSession @range is 1 to MAX_INT_VALUE. |
Attribute Details |