You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Arthanarisamy Annamalai <sa...@gmail.com> on 2014/10/07 08:47:10 UTC

Re: Integrate Remote EJB 's using Camel

As far as i know there no specific example or documentation about invoking
EJB through Camel.
But in our application we invoke remote EJB's using Apache Camel only and
integration is easy with it.



--
View this message in context: http://camel.465427.n5.nabble.com/Integrate-Remote-EJB-s-using-Camel-tp5757372p5757373.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Integrate Remote EJB 's using Camel

Posted by Gnanaguru S <gn...@gmail.com>.
Just appending this link here. I found this example which has remote EJB
calls through camel:

https://github.com/dendrite/viscosity/blob/master/Camel/camel-remote-ejb-java/src/main/java/ru/ttk/camel/CamelRemoteEJB.java

Cheers
Guru



--
View this message in context: http://camel.465427.n5.nabble.com/Integrate-Remote-EJB-s-using-Camel-tp5757372p5757396.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Integrate Remote EJB 's using Camel

Posted by Arthanarisamy Annamalai <sa...@gmail.com>.
Yes Camel-EJB itself. :)



--
View this message in context: http://camel.465427.n5.nabble.com/Integrate-Remote-EJB-s-using-Camel-tp5757372p5757379.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Integrate Remote EJB 's using Camel

Posted by Arthanarisamy Annamalai <sa...@gmail.com>.
We have used Spring XML based configurations and endpoints, jndi details are
all configured in XML. 
When you use JAVA DSL, hope the same can be addressed using properties file
as well.



--
View this message in context: http://camel.465427.n5.nabble.com/Integrate-Remote-EJB-s-using-Camel-tp5757372p5757375.html
Sent from the Camel - Users mailing list archive at Nabble.com.