Simulating Slow Response on Mule ESB

Below is the code im using for simulating a 2minutes reply using MuleESB.

		<expression-component doc:name="Expression"><![CDATA[
			Thread.sleep(120000);
		]]></expression-component>

Thank you

Leave a Comment

Your email address will not be published.