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 message-driven bean.
- Location. Select the source folder where you want to create the message-driven bean.
- Package. Select an existing package or type the name of a new package.
- Destination. Select one of the following:
- Project Destinations. Select a message destination in your project or click Add to create a new destination.
- Server Destinations. Select a message destination on the server.
When you complete the wizard, the IDE creates the message-driven bean in your project and if necessary adds any JMS resource
references to the project's deployment descriptor.
The JMS resources are created on the server when you deploy the application.
- See Also
- About Message-Driven Beans
- Creating an EJB Module Project
- Creating an Enterprise Bean
Legal Notices