Hello camel users

We are trying to intercept calls from being sent to a bean endpoint in a route that is declared as:
  from("...").beanRef("myBean", "myMethod")

The interception is declared as interceptSendToEndpoint("bean:myBean?method=myMethod"), but calls to myBean are not intercepted. When changing the route to
  from("...").to("bean:myBean?method=myMethod")
the interception works.

Is there a way to use interceptSendToEndpoint together with beanRef() instead of "bean:myBean..."?


Best regards,
Jean-Pierre Bergamin

Reply via email to