On Fri, Oct 30, 2009 at 8:42 PM, HNR <[email protected]> wrote: > > Is there a sample pgm that would help me to get data from the client and > route it to two servlets that are deployed in tomcat.
Yeah using the camel-http you can send data over http to a remote servlet running on Tomcat. http://camel.apache.org/http And see some of the examples and tutorials on using Camel http://camel.apache.org/examples.html http://camel.apache.org/tutorials.html > THanks > > -- > View this message in context: > http://old.nabble.com/New-to-content-based-routing-tp26135880p26135880.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
