spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Add the ability to monitor in-progress flow executions with JMX [SWF-90]

Open spring-operator opened this issue 18 years ago • 2 comments

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

spring-operator avatar Mar 22 '06 10:03 spring-operator

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.

spring-operator avatar Nov 14 '06 22:11 spring-operator

Erwin Vervaet commented

Probably a better option is the make JMX monitoring and manipulation of the ConversationManager possible.

spring-operator avatar Nov 14 '06 22:11 spring-operator