Hi

I dont see a hawtio issue here, its a valid Camel route with a from ->
convertBody -> to.
akka is just a Camel component from Camel point of view.

About your #2 question then that is more an Akka question than Camel.
I suggest to ask the Akka community about that


On Sun, Jan 18, 2015 at 5:31 AM, aidatechinc <[email protected]> wrote:
> Hello,
>
> I am using camel 2.14.1 with akka 2.3.6.  I have attached the xml the hawtio
> is showing for a quick file consumer to a file producer.  basically moving
> files
>
> <route xmlns="http://camel.apache.org/schema/spring";
> id="akka://Main/user/s3_1421555118018">
>         <from uri="file:///opt/xyz/atg?delete=true"/>
>         <convertBodyTo type="java.io.InputStream"/>
>         <to
> uri="akka://Main/user/s3_1421555118018?autoAck=true&amp;replyTimeout=60000
> milliseconds"/>
>     </route>
>
>
> As you can see the producer, doesn't show me that is a file component, but
> rather an akka actor.
>
> 1) is this a correct way to approach it?
> 2) or should I have once actor that spin up a routeBuilder?
>
> The ideas is I want to dynamically created routes and have akka cluster take
> care of the route and executed across different nodes.  Provided they all
> have different consumer points.
>
> thank again
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Hawtio-route-diagram-tp5761803p5761835.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to