[akka-user] akka camel producer

2014-07-24 Thread Scott Huang
Hello all, I'm trying to write a simple actor that can write to a jms queue (hornetq). I'd like to use the akka camel to accomplish this but the documentation (http://doc.akka.io/docs/akka/snapshot/scala/camel.html) is a little light. The section that talks about creating a Producer only show

Re: [akka-user] akka camel producer

2014-07-24 Thread √iktor Ҡlang
Hi Scott, AFAIK all Camel stuff use the same style, check the Apache Camel JMS component for how to pass credentials, what options are available etc: http://camel.apache.org/jms.html On Thu, Jul 24, 2014 at 9:34 PM, Scott Huang wrote: > Hello all, > > I'm trying to write a simple actor that ca

Re: [akka-user] akka camel producer

2014-07-25 Thread Scott Huang
Thanks for the info. That's a bummer because according to the docs the apache camel jms stuff depends on spring, which is part of what I'm trying to get away from in the first place. On Thursday, July 24, 2014 3:54:41 PM UTC-4, √ wrote: > > Hi Scott, > > AFAIK all Camel stuff use the same sty

Re: [akka-user] akka camel producer

2014-07-25 Thread √iktor Ҡlang
Hi Scott, fortunately a quick search led me to: On Fri, Jul 25, 2014 at 6:19 PM, Scott Huang wrote: > Thanks for the info. That's a bummer because according to the docs the > apache camel jms stuff depends on spring, which is part of what I'm trying > to get away from in the first place. > >

Re: [akka-user] akka camel producer

2014-07-25 Thread √iktor Ҡlang
Instead of hitting send early, let's add the links too: http://stackoverflow.com/questions/21491129/connect-to-hornetq-with-apache-camel-without-spring Which points to: http://camel.apache.org/sjms which says: Why the S in SJMS Icon S stands for Simple and Standard and Springless. Also camel-j