This wizard creates a new message-driven bean in your Java EE web or EJB module project.
You set the following information in this panel of the wizard:
Element | Description |
---|---|
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.
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |