[ #304639 ] Let admin pause and resume single enterprise java beans.
Date: 2006-02-08 08:52
Priority: 5
Submitted By: Markus KARG (markus-karg)
Assigned To: Nobody (None)
Category: None
State: Open
Summary: Let admin pause and resume single enterprise java beans.
Detailed description: Sometimes (e. g. due to administrative tasks or for business purposes) it is
necessary that administrators are able to pause and resume enterprise java
beans. "To Pause" here means, that the bean is no more servicing requests (e.
g. an MDB is telling the JMS server not to call onMessage until the beans is
put back into service); one could imagine "To Pause" as a partial shutdown of
this single bean only. "To Resume" here means, that the bean is put back into
service (e. g. an MDB is telling the JMS server to go on with calling
onMessage); one could imagine "To Resume" as a partial booting of this single
bean. This functionality should be available from all administrative tools, e.
g. JMX, jonas admin command line and JOnAS Administraton Web Console.
There should be a persistent flag controlling the "is running / is paused"
state for the case of a server reboot, so that paused beans will be paused
automatically after a reboot.