New Message-Driven Bean Wizard
See Also
This wizard creates a new message-driven
bean in an EJB module project. You open the wizard by right-clicking the
project node or Enterprise Beans node for any EJB module project and choosing
New > Message-Driven Bean.
You set the following information in the wizard:
- EJB Name. Set the name of the session bean in the deployment descriptors
and is the basis for the session bean's class and interface names.
- Location. Select the source folder where you want to create the session
bean files.
- Package. Select an existing package or type the name of a new package.
- Destination Type. Select one of the following:
- Queue. Uses the point-to-point messaging domain and may have
at most one consumer.
- Topic. Uses the publish-subscribe messaging domain. A bean with
this destination type may have zero, one, or many consumers.
- See Also
- About Message-Driven Beans
- Creating an EJB Module Project
- Creating an Enterprise Bean
Legal Notices