Message-Driven Bean Settings

In the Message-Driven Bean Settings dialog, provide settings for your message-driven bean.

  1. Choose the type of , either or .
  2. If you chose the Topic destination type, select the Durable Subscriber checkbox if you want a for your topic destination.
  3. If you select Durable Subscription, enter the unique subscription name that must be used to access the message saved by JMS.
  4. In the Destination field, enter the name of the destination for which your message-driven bean is a listener.
  5. In the Connection Factory field, enter the connection factory object that is used to make a connection to a JMS provider.
  6. From the Acknowledgement menu, select the type of used to confirm receipt of a message.
  7. In the JMS Message Selector field, enter the , used to filter messages sent to the topic.


Copyright 1999-2001 Sun Microsystems, Inc. All Rights Reserved.