0
votes

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?

1

1 Answers

0
votes

You could try stopping all the flows that are not involved in the test programatically, as part of the test setup.