Start/Stop Flow/Endpoint in Mule 3.3.0

前端 未结 2 1905
灰色年华
灰色年华 2021-01-15 23:26

I need to programmatically start or stop a flow or endpoint from another flow. Can this be done? Is there risk of message loss?


          


        
2条回答
  •  时光取名叫无心
    2021-01-15 23:56

    You can control the lifecycle of Mule moving parts with JMX: use JConsole to find out what MBean you need to access from your scripted component.

提交回复
热议问题