The Message-Driven Bean Settings page of the Edit Enterprise Bean wizard will only display when the type of bean selected on the General page is a Message-Driven bean. Use this page to identify the message listener interface that the bean implements and provide the activation configuration properties which define how the bean should be configured when it is deployed. If this bean is receiving messages from a message destination such as a JMS destination, you must also identify the type of the destination and its name.
If this bean is receiving messages from a , such as a JMS destination, you must also identify the type of the destination and its name.
A queue uses the point-to-point messaging domain and may have at most one consumer. A topic uses the publish/subscribe messaging domain; it may have zero, one, or many consumers.
Select the Message Listener Interface (required):
Select the type of Message Listener Interface for this bean. The choices are javax.jms.MessageListener and javax.ejb.MessageDriverBean.
Set the Activation Configuration Properties:
Add the name of the property and the value of the property to use to define how the bean will be configured when it is deployed. You can also import the properties from a resource adapter for use in a message-driven bean. To import the properties, click Import.
Click the Sun-specific Settings button to bring up the Sun-specific Settings dialog and make specific deployment choices for this bean. Access the help on the deployment settings dialog for more information.
Import Activation Configuration Properties
Sun-specific Deployment Settings