Its the old spring remoting that has been removed (eg remote method invocation over network).
But hiding Camel via an interface, and inject that via spring bean injection or other ways is still there. On Fri, Mar 6, 2020 at 1:22 PM Claus Ibsen <[email protected]> wrote: > > Hi > > You should still be able to do this. > > On Fri, Mar 6, 2020 at 12:50 PM Sobkowiak, Krzysztof > <[email protected]> wrote: > > > > Hi > > > > I'd like to call a Camel route from a Spring bean. One method is using > > the ProducerTemplate like in this demo [1] > > > > In Camel 2.x it was possibly to define a Java interface and use it to > > call the route (CamelProxy). I can't find it in actual documentation. > > Was this functionality removed from in Camel 3? > > > > Best regards > > > > Krzysztof > > > > > > [1] > > https://github.com/camelinaction/camelinaction2/blob/master/chapter7/springboot-rest-camel/src/main/java/camelinaction/HelloRestController.java > > > > > > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
