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