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