Re: Apollo support in Camel

2014-05-19 Thread boday
thanks Christian...I'm looking into migrating a Camel 2.13 app from using an external AMQ 5.9 broker to Apollo...just curious what (if any) client code/config changes are required I've played with it just to see if it works.. anything specific? - Ben O'Day IT Consultant -http://consultin

Re: Apollo support in Camel

2014-05-16 Thread Christian Posta
I've played with it just to see if it works.. anything specific? On Fri, May 9, 2014 at 2:12 PM, boday wrote: > now that openwire supported has been added to Apollo...anyone using it with > Camel JMS yet? > > if so, any advice/lessons learned? > > > Claus Ibsen-2 wrote >> A future release of Apol

Re: Apollo support in Camel

2014-05-10 Thread boday
now that openwire supported has been added to Apollo...anyone using it with Camel JMS yet? if so, any advice/lessons learned? Claus Ibsen-2 wrote > A future release of Apollo will support JMS, and thus you can then use > the camel-jms component. > > > On Mon, Feb 6, 2012 at 11:23 PM, MichaelA

Re: Apollo support in Camel

2012-02-06 Thread Claus Ibsen
A future release of Apollo will support JMS, and thus you can then use the camel-jms component. On Mon, Feb 6, 2012 at 11:23 PM, MichaelAtSAG wrote: > I saw the recent release of Apollo 1.0 and wanted to understand if this can > be used as a component in Camel. > > -- > View this message in cont

Re: Apollo support in Camel

2012-02-06 Thread Richard Kettelerij
You might have some luck with this STOMP component for Camel: https://github.com/pedroteixeira/camel-stomp. On Mon, Feb 6, 2012 at 11:30 PM, Babak Vahdat wrote: > Hi > > AFAIK there's no Apollo integration by Apache Camel yet however patches are > more than welcome :-) > > BTW Hiram [1] has done

Re: Apollo support in Camel

2012-02-06 Thread Babak Vahdat
Hi AFAIK there's no Apollo integration by Apache Camel yet however patches are more than welcome :-) BTW Hiram [1] has done some awesome benchmarks just in case you're interested. [1] http://hiramchirino.com/blog/2011/12/stomp-messaging-benchmarks-activemq-vs-apollo-vs-hornetq-vs-rabbitmq/ Baba