Closed brianoliver closed 9 years ago
@brianoliver said: Accidentally closed
@brianoliver said: To achieve this (now that #140, we need to do the following:
Introduce start, suspend and disable methods on the EventDistributor interface
Introduce an EventDistributorMBean interface (with start, suspend and disable method) and a getStatus method that outlines the state of all EventChannels (because we now know that).
Implement EventDistributorMBean methods (for Coherence and JMS-based EventDistributors). This should be as simple as invoking an EntryProcessor across the EventChannels.
Implement EventDistributorMBean registration.
Update the documentation.
This issue was imported from JIRA COHINC-144
Reported by @brianoliver
Marked as fixed by @brianoliver on Friday, September 4th 2015, 5:25:03 pm
When reloading a cache it would be nice if all event channels could be controlled via a single JMX MBean.