Hello,

me again. I looked on the following page
http://camel.apache.org/bean-binding.html but found only a solution to
call a method overloaded method from JAVA DSL.

But I like to use the Camel-Spring XML way like

<from uri="direct:start" />
<to uri="bean:rabbitTemplate?method=convertAndSend"/>

and call the method convertAndSend(Object); but alltime the method
convertAndSend(Object, Object) is called and throw me a
AmbiguousMethodCallException.

So how can I specify in my example the method convertAndSend(Object);

The object objects are only placeholder.

Cheers,

Michael

Reply via email to