spring-webflow
spring-webflow copied to clipboard
Add the ability to monitor in-progress flow executions with JMX [SWF-90]
Keith Donald opened SWF-90 and commented
Instrumenting the flow execution repository system for management, allowing JMX views of statistics and the ability to control (expire/suspend) ongoing conversations.
Affects: 1.0.4
Issue Links:
- #130 Creating a ConversationListener interface so conversation begin and end can be monitored ("depends on")
- #133 Add ability to monitor continuation limit overflow ("is depended on by")
- #183 Reloading classes of objects stored in a flow execution scope results in exception
8 votes, 6 watchers
Erwin Vervaet commented
One problem I see with this is that in a normal SWF config the FlowExecutionRepository bean is not explicitly defined in the application context, so I'm not sure how we would export it via JMX.
Erwin Vervaet commented
Probably a better option is the make JMX monitoring and manipulation of the ConversationManager possible.