Message-Driven

In the Message tabbed pane, you can edit the settings of 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 for your topic destination.
  3. If you select Durable Subscriber, enter the unique subscription name that subscribers must use to access the message whose state is saved by JMS.
  4. In the Destination field, enter the name of the destination to which your message-driven bean is a listener.
  5. In the Connection Factory field, enter the connection factory object, which is used to make a connection to a JMS provider.
  6. From the Acknowledgement menu, select the type of you want to confirm the receipt of message.
  7. In the JMS Message Selector field, enter the , which is used to filter messages sent to the topic.


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