ejb 2.x - Apache camel to invoke ejb 2 -
can use apache camel invoke remote ejbs (ejb2.0)? how pass parameters these ejsb? example given on camel website not clear. i'm not using spring. can please help?
to call remote ejbs can use java code, , let camel call java code.
if want try camel-ejb component, need configure component remote ejbs not easy - there jira ticket improve in future release.
so suggest use java code - eg call these remote ejbs regular java code without using apache camel.
Comments
Post a Comment