Description
Idea is to add in openejb-jar.xml to properties support:
- MdbActiveOnStartup = [true|false]
- MdbJMXControl = [true|false|objectname]
the first one will deploy the MDB but not activate the listener yet during startup,
the second one will deploy on JMX a MBean either with a name like default:J2EEServer=openejb,J2EEApplication=<empty>,EJBModule=app,StatelessSessionBean=ejb/Mdb,j2eeType=control,name=ejb/Mdb or with the provided name allowing to start/stop the listening of the MDB.
Attachments
Issue Links
- is related to
-
TOMEE-2081 Move the Mdb control logic from ActiveMQ to the MdbContainer
- Resolved
- links to