I am creating sequence of TestSteps, to execute. In first step I am calling a CXF endpoint. It internally calls a JMS endpoint which has a InOut pattern. When the first step executed, its hitting the CXF endpoint and putting the message in the Queque, its waiting for the response. I have configured timeoout for that endpoint. The response is not coming within the time out and the request is removed from the queue. In the next step, its checking that Queue for the message, but there wont be any message, so its throwing assertion error.
Please help me to resolve it. Thanks, Gopal -- View this message in context: http://camel.465427.n5.nabble.com/Regression-testing-using-CamelSpringTestSupport-tp5752070.html Sent from the Camel - Users mailing list archive at Nabble.com.
