Description of problem: startDelivery()/stopDelivery() missing in EAP 6 which were available using JMX in EAP 5.x.
Jeff Mesnil <jmesnil> made a comment on jira WFLY-878 PR merged in master branch
This is new functionality, please target it for EAP 6.2.
Experimented with this manually in 6.2.0.ER1. It seems to work well and provided tests are passing. Setting to VERIFIED.
Added draft release note in Doc Text field and marked for inclusion in Release Notes document. Including original text here for reference: Features: Add DeliveryActive activation config property that is used only for the MDB component creation to activate or deactive message delivery. The management operations :start-delivery & :stop-delivery (and the delivery-active runtime read-only attribute) can be used to start/stop delivery on the MDB resource (under /deployment=<deployment_name>/subsystem=ejb3/message-driven-bean=<mdb_name>). By default, the MDB is started and delivery of messages occurs as soon as the MDB is deployed Reasons: Result (if any):