Jakarta Enterprise Beans Message-Driven Beans4.03.2
Jakarta Enterprise Beans Message-Driven Beans
4.0
3.2
This feature enables the use of Message-Driven Jakarta Enterprise Beans written to the Jakarta Enterprise Beans 4.0 specification. MDBs allow asynchronous processing of messages within a Jakarta EE component.
Enabling this feature
To enable the Jakarta Enterprise Beans 4.0 Message-Driven Beans feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>mdb-4.0</feature>