!--a11y-->
Creating Message-Driven Beans 
This describes the wizard. Enterprise beans can also be created quickly through the context menus of the relevant projects.
An EJB project exists. See Creating EJB Projects.
1. Choose File ® New ® Other.
2. On the left pane of the first wizard page, choose J2EE ® EJB, and on the right pane, select EnterpriseBean.
3. Choose Next.
4. In the EJB Name field, enter a name for your new message-driven bean.
5. In the EJB Project field, select the project to contain the message-driven bean.
6. In the Bean Type field, select Message-Driven Bean.
7. In the Default Package field, enter a package.
If the package does not exist, you can create it now.
8. Choose Finish.
You can see the bean in the ejb-jar.xml node of the relevant EJB project in the J2EE Explorer (for normal projects) or J2EE DC Explorer (for DC projects).
You can now edit the message-driven bean.
See also: