Hi Oh I forgot. At Apache we love contributions http://camel.apache.org/contributing.html
I think we have a JIRA ticket about improving camel-ldap to support "event based triggering". I can't recall the LDAP functionality. But some LDAP servers allows to emit an event if X changes etc. But currently the camel-ldap is limited to the producer side only, as you got working now. Anyway if you find something missing / bug / etc. then just shot an email to this mailing list. On Wed, Oct 31, 2012 at 5:13 PM, martin11 <[email protected]> wrote: > Hi Claus, > Thanks again for your help! I resolved my problems by following > configuration: > <camelContext xmlns="http://camel.apache.org/schema/spring"> <route > id="timer-to-console"> <from > uri="timer://foo?fixedRate=true&amp;period=10s"/> <!-- set > filter into Exchange In Body--> <process ref="ldapProcessor"/> > <to > uri="ldap:ldapserver?base=ou=subject,ou=test,o=point&amp;scope=onelevel&amp;returnedAttributes=name"/> > <marshal><xstream/></marshal> <to uri="stream:out"/> </route> > </camelContext> > BTW: I have ordered your book Camel In Action. Looks like very helpful for > Camel newbie. Thanks for that! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/An-LDAP-Consumer-would-be-the-LDAP-server-itself-tp5721864p5721891.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
