Hi Aaron On 9/6/07, Aaron Nielsen <[EMAIL PROTECTED]> wrote: > I am interested in using camel for my content based routing (based on > the latest recommendations). So far, I've been unable to dig up much > documentation (or the component itself, actually). The EIP component > would be fine, except we'll likely need more (camel) endpoint types. > Can someone point me in the right direction?
FWIW I've just committed a simple Camel sample to ServiceMix... https://svn.apache.org/repos/asf/incubator/servicemix/trunk/samples/camel/ which shows how to create a Service Unit and Service Assembly using Camel routing. Note that this currently depends on trunk of both Camel and ServiceMix as I've fixed a few glitches in servicemix-camel; so you'll need to grab the latest source and build that locally first (or tomorrow the latest snapshot will download for you) This sample shows you can deploy any Camel routes into ServiceMix as an SU/SA; these could use regular Camel endpoints or NMR endpoints within JBI (the JBI endpoints are just named "jbi:...") http://activemq.apache.org/camel/jbi.html for a full list of Camel URIs available see... http://activemq.apache.org/camel/components.html and the available Enteprise Integration Patterns are here... http://activemq.apache.org/camel/enterprise-integration-patterns.html -- James ------- http://macstrac.blogspot.com/
