Show TOC

Procedure documentationCreating a Message-Driven Bean Locate this document in the navigation structure

 

Use this procedure to create a message-driven bean in the HelloJobProject project, and add the correct build-time reference to the project.

Prerequisites

The HelloJobProject project is created.

Procedure

  1. In the Project Explorer, right click the HelloJobProject, and then choose   New   Message Driven Bean 3.0  .

  2. On the NewMessage Driven Bean 3.0 screen that opens, proceed as follows:

    1. In the EJB Name field, enter HelloJobBean.

    2. In the Default EJBPackage box, enter com.sap.scheduler.examples.hellojob.

    3. Choose Finish.

Result

The message-driven bean of the HelloJob is created.