On Sat, Jan 23, 2010 at 9:04 PM, lekkie <lekkie.ay...@gmail.com> wrote:
>
> I have a request message I intend to send to an exchange to be processed.
>
> If the response from the exchange is approved, I intend to send the request
> message of the original request message to another exchange. Is this
> achieveable?

Yeah you can just the Content Enricher EIP together with the Content
Based Router
http://camel.apache.org/content-enricher.html
http://camel.apache.org/content-based-router.html

Using the enricher to call that service and aggregate the response. In
this aggregation you are in full control.
If the response is approved you can set some header flag with approve,
the Content Based Router can use.




>
> If yes, what EIP would be most appropriate?
>
> regards.
> --
> View this message in context: 
> http://old.nabble.com/What-Enterprise-Integration-Pattern-will-solve-this-scenario--tp27289460p27289460.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to