I've several flows in my Mule 3.3.0
application, some of which are inter-linked (web-service end-point is listening on one flow, it does some processing and routes the payload into different JMS queues, inbound JMS queues are listening on different flows).
I've a functional-test
for the web service end-point flow which works well but I want to test this flow in isolation of other flows. Is it possible to disable message listeners for other flows?