You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by hanasaki <ha...@hanaden.com> on 2009/01/23 04:02:38 UTC

Camel with Tibco? OpenESB?

How can camel be used with Tibco and/or OpenESB?
-- 
View this message in context: http://www.nabble.com/Camel-with-Tibco--OpenESB--tp21617710s22882p21617710.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel with Tibco? OpenESB?

Posted by James Strachan <ja...@gmail.com>.
Everything Charles & Willem just said.

I guess you need to clarify what you mean by "TibCo" as they have
hundreds of products. If you mean TibCo EMS which implements JMS then
yes, the camel JMS component works great. If you mean RV then no I
don't think there's currently an RV endpoint for Camel (though it'd be
pretty trivial to create one if you're interested in helping).

2009/1/23 cmoulliard <cm...@gmail.com>:
>
> 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.
>
>



-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/

Re: Camel with Tibco? OpenESB?

Posted by cmoulliard <cm...@gmail.com>.
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.


Re: Camel with Tibco? OpenESB?

Posted by Willem Jiang <wi...@gmail.com>.
I don't know if Tibco's products integrated camel.
But OpenESB did it :)
Please check this[1] out or Google with OpenESB Camel :)
[1] http://wiki.open-esb.java.net/Wiki.jsp?page=CamelSE

Willem

hanasaki wrote:
> How can camel be used with Tibco and/or OpenESB?