MessageDrivenBeanBinding

Specifies listener input port information in addition to the JNDI and name information for a message driven bean that has been defined in the deployment descriptor of the same ejb module.

Inherits from type EnterpriseBeanBinding and adds the following.


 

Attributes Summary

listenerInputPortName Specifies the name of a JMS listener input port which has been (or will be) defined in the server environment.

 

Attribute Details


listenerInputPortName

Specifies the name of a JMS listener input port which has been (or will be) defined in the server environment.During application installation, the port is looked up by name from the set of lister ports defined for the JMS Message Listener Service of the Application Server, and a reference (messageBeanBinding) is created to the port.

Data type:   String
Default value:   unspecified