MOCK Problem: it gets half of the messages it suppose to receive

2012-01-04 Thread pitfab
Hello, i'm testing an application that sends messages through some routes defined in the camel-context as it follow: http://camel.apache.org/schema/spring";>

Re: MOCK Problem: it gets half of the messages it suppose to receive

2012-01-04 Thread pitfab
thank you for the reply. i resolved. it was a problem between the Mock component and the interface we wrote to wrap the producer template. By using the original template it works with no problem. I also take this opportunity to congratulate you for the book Camel in Action. Very clear and simple t