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&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.
