Thanks Claus.

for others in the dark the change needed to enable the Spring Remoting
example to work >2.16.x (effected by CAMEL-5402) with multiple methods is to
camel-client-remoting.xml adding binding="false" as follows

    <camel:proxy
      id="multiplierProxy"
      binding="false"
      serviceInterface="org.apache.camel.example.server.Multiplier"
      serviceUrl="jms:queue:numbers"/>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Spring-Remoting-with-JMS-V2-16-issue-with-binding-to-correct-method-tp5798277p5798364.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to