Version 1

    How to monitor logging and system shutdown notifications in JBoss 7? You could previously do this in JBoss 4,5 with JMX notifications.

     

    What alternatives have you all found out there?

     

    We are on JBoss 6.1.0.Final that would like to create a dependency on jboss-logging started.  Basically be able to get notification of the start event that comes when you see the 'INFO  [service] Removing bootstrap log handlers' message - the last message in the boot.log before logging takes over. 

     

    The end goal is we don't want to have any of the applications start-up messages in the boot log.

     

    I recently found http://code.google.com/p/jmx-logger/, was gonna see if this can be used to suit my purposes.

     

     

    Let me know if you have anything to add!