Posted By:
SrinivasaReddy_D
Posted On:
Tuesday, April 18, 2006 07:39 AM
I have to notify a component before JBoss shuts down. I want to complete some operations before JBoss Shuts down based upon one attribute (GRACEFUL/IMMEDIATE). If It is GRACEFUL, I have to complete operations else ( IMMEDIATE), I have to shut down the server with out completing operations
I want to use MBeans (JMX) for this. Can anybody help me on this.