-
1. Re: How to monitor logging and system shutdown notifications ? (previously done in 4x and 5x via JMX)
dimitris Feb 20, 2012 11:49 AM (in response to ejroberts)AFAIK, none of this stuff is ported over to AS7.
-
2. Re: How to monitor logging and system shutdown notifications ? (previously done in 4x and 5x via JMX)
ndipiazza May 24, 2012 3:33 PM (in response to ejroberts)Have you found any suitable work-arounds?
-
3. Re: How to monitor logging and system shutdown notifications ? (previously done in 4x and 5x via JMX)
ejroberts May 25, 2012 8:00 AM (in response to ndipiazza)Hi Nicholas
I was doing an initial investigation of the new AS back then. We have quite a lot of apps and services going into JBoss 5.1.0 at the moment, and only now actually migrating that to 7.
This aspect will no doubt be looked at proper, but my own personal feeling is that we would try to port the Appender code ourselves and not necessarily have it triggering JMX events, but rather direct to the filtering and forwarding logic.
We used the JBoss Shutdown notifications to pre-shutdown some service elements. With migrating from MBeans to OSGI Services, it could transpire that when that code migrates, the OSGI stop life cycle processing will give sufficient time to achieve that without having any other hooks into the container.
Sorry that sounds vague. It's all I know at this time.
Ed