Romain Manni-Bucau created TOMEE-2021:
-----------------------------------------
Summary: support to control a MDB listening through JMX
Key: TOMEE-2021
URL: https://issues.apache.org/jira/browse/TOMEE-2021
Project: TomEE
Issue Type: New Feature
Reporter: Romain Manni-Bucau
Assignee: Romain Manni-Bucau
Fix For: 7.0.4
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)