Re: Why does RouteDefinition have "from" methods?

2014-09-12 Thread Matt Sicker
>myRouteDefinition.from("direct:buzz"); >myRouteDefinition.to("direct:doSomethingElse"); > > isn't this almost effectively two distinct routes vs multiple inputs into > the same route? > > -e > > > > -- > View this message in context: > http://ca

Re: Why does RouteDefinition have "from" methods?

2014-09-12 Thread toomanyedwards
s message in context: http://camel.465427.n5.nabble.com/Why-does-RouteDefinition-have-from-methods-tp5756370p5756426.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Why does RouteDefinition have "from" methods?

2014-09-11 Thread Claus Ibsen
gt; this vs using the routeBuilder again to create a completely new > RouteDefinition for the "buzz" route. i.e. - > routeBuilder.from("direct:buzz") > > > I have been loving Camel so far. Thanks in advance for helping clear up > this confusion for me so I ca

Why does RouteDefinition have "from" methods?

2014-09-11 Thread toomanyedwards
uteDefinition for the "buzz" route. i.e. - routeBuilder.from("direct:buzz") I have been loving Camel so far. Thanks in advance for helping clear up this confusion for me so I can understand more about it. -e -- View this message in context: http://camel.465427.n5.nabble.c