Re: [akka-user] akka camel producer

2014-07-25 Thread Scott Huang
mel 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&#

[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