>  from("direct:sendQ").to("restlet://firstService").to("direct:beginPollQ");
>  from("direct:beginPollQ").delay().to("restlet://secondService")
>                             .choice().
>                                          when(IS_OK).to("direct:result").
>                              .otherwise().to("direct:beginPollQ")
>
> But I think is too ugly.

Do you? :) I personally think that it's pretty valid solution for the
problem you described.

-- 
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to