Hi Javier,

In short, mina is a TCP component that you will use to create a TCP Server
or to call an existing TCP server and managing with codec/decodec messages
exchanges with the server. With Jetty, you will setup a project exposing a
HTTP Server or calling as a HTTP client a server.

Questions :
- Which protocol should you plan/target to use : HTTP or TCP ? For which
purpose ?
- How do you plan to call your LDAP server when in your camel route, you
don't use the LDAP component (http://camel.apache.org/ldap.html) ?

Regards,


On Wed, Jul 9, 2014 at 9:45 AM, Javier Calvach Regidor <
[email protected]> wrote:

> Hi everyone,
>
> I'm trying to develop a camel route in order to connect an identity
> manager with an LDAP so, the idea is:
>
> IdM <-> Camel <-> LDAP
>
> I've tried these two (not at the same time) with no results:
>
> <from uri="mina:tcp://10.0.1.219:389?sync=true&amp;textline=true"/>
> <to uri="mina:tcp://10.0.1.40:389?sync=true&amp;textline=true"/>
>
>
> and
>
> <from uri="jetty:http://10.0.1.219:389?matchOnUriPrefix=true"/>
> <to uri="jetty:http://10.0.1.40:389?bridgeEndpoint=true"/>
>
> All the systems are in the same subnet, with total visibility between them.
>
> Any hint here?
>
> Looking forward to having some news from you,
> Thank you in advance.




-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Reply via email to