[
https://issues.jboss.org/browse/WFCORE-1157?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-1157:
------------------------------------------
[~clychyb]
A JMX notification will be emitted. The API for receiving the notification is by
registering a javax.management.NotificationListener with the MBeanServer. That can either
be done via a remote JMX client or something they register locally. There's no polling
involve; the listener is registered and receives notifications.
The notification will also emitted to native management listeners. EAP7-472 is a separate
RFE to expose a supported API and configuration mechanism to allow end users to register a
native management listener.
Managmement and JMX notifications when ControlledProcessState
changes
---------------------------------------------------------------------
Key: WFCORE-1157
URL:
https://issues.jboss.org/browse/WFCORE-1157
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management, JMX
Reporter: Brian Stansberry
Assignee: Kabir Khan
Fix For: 3.0.0.Alpha1
When Jeff Mesnil added the core management notification stuff an obvious thing to do was
to emit notifications around ControlledProcessState changes. But I forgot. :( So lets do
it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)