Hi You need to use whenDoneByIndex(0) to tell the notify builder to match when the very first exchange was done. As the recipient list, multicast, splitter EIP will create sub-messages (eg new Exchanges) and they may be done before the parent Exchange and thus cause the notify in your example to match too soon.
On Tue, Dec 13, 2011 at 11:19 AM, suman <[email protected]> wrote: > Hello, > Iam using 2.8.3 > > Thanks > > -- > View this message in context: > http://camel.465427.n5.nabble.com/NotifyBuilder-issue-while-integration-testing-tp5068648p5071046.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
