Message-Driven Bean Settings
In the Message-Driven Bean Settings dialog,
provide settings for 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 a
for your topic destination.
-
If you select Durable Subscription, enter the unique subscription name
that must be used to access the message saved by JMS.
- In the Destination field, enter the name of the destination for
which your message-driven bean is a listener.
- In the Connection Factory field, enter the connection factory
object that is used to make a connection to a JMS provider.
-
From the Acknowledgement menu, select the type of
used to confirm receipt of a message.
- 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.