
Chapter 7. Application development 157
– Listener Port name: this is a WebSphere binding requirement for the
MDB. In WebSphere, the MDBs are connected to a Listener Port, where it
is actually listening for messages at a given queue.
The following figure shows the window for this operation.
Figure 7-4 Create an Enterprise Bean (2) window
4. In the next window, we can define the superclass for the MDB, unless we are
using a Bean supertype, in which case the superclass will be the supertype
MDB class.
5. Click
Finish and the MDB will be created and registered in the deployment
descriptor for the project.
This brings us back to the deployment descr ...