On Sat, Mar 27, 2010 at 4:36 AM, greenstar <[email protected]> wrote: > > Consider the following rule: > > from("jetty:http://0.0.0.0:8080/service-x?matchOnUriPrefix=true") > .to("http://www.foobar.com?throwExceptionOnFailure=false&bridgeEndpoint=true") > > I want to introduce the following requirement: For responses from > www.foobar.com with status code 200, I would like to multiplex the response > to an additional endpoint (or at least dispatch a new message to another > endpoint). >
The EIP patterns is a good place to look http://camel.apache.org/enterprise-integration-patterns.html For example the WireTap > I've been reading the documentation (and I've started reading the Manning > Camel MEAP book), but I would like to know what the experts think as to > which Camel/EAI mechanisms would work "best" for this situation. > > Thanks. > -- > View this message in context: > http://old.nabble.com/Help-with-InOut-http-exchange%3A-tp28050045p28050045.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
