Mule 3: Controlling whether a flow is allowed to be executed
My current situation: I currently have a Mule ESB application with three flows which process messages originating from two different sources, these three flows are tied together using a VM queue. Flow #1: Inbound (Endpoint #1) -> (Perform message processing and transformations) -> Outbound (Endpoint #3) Flow #2: Inbound (Endpoint #2) -> (Perform message processing and transformations) -> Outbound (Endpoint #3) Flow #3 Inbound (Endpoint #3) -> (Perform message processing and transformations, do stuff) -> Outbound Problem/ Issue: Now what I want to do is introduce a fourth flow, Flow #4, that