Hi, Camel is a Java/spring routing engine supporting different components (jms, http, ftp, ....). It can run as : 1) a standalone application (http://cwiki.apache.org/CAMEL/running-camel-standalone.html) 2) can be embedded in another application like : a) Web server (http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html), b) OSGI server (http://camel.apache.org/tutorial-osgi-camel-part1.html and http://servicemix.apache.org/SMX4KNL/1-quick-start.html) c) ESB server implementing the JBI specification like ServiceMix (http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html), Glassfish (OpenESB), ...
So, this is really easy to use it. If you plan to use the TIBCO queueing engine (http://www.tibco.com/software/messaging/enterprise_messaging_service/default.jsp), you have to use the jms (http://camel.apache.org/jms.html) component of Camel Regards, Charles SOA Architect hanasaki wrote: > > How can camel be used with Tibco and/or OpenESB? > ----- Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://www.nabble.com/Camel-with-Tibco--OpenESB--tp21617710s22882p21625067.html Sent from the Camel - Users mailing list archive at Nabble.com.
