I have a requirement to dynamically create camel-bindy endpoint for
marshalling the input. Below is the sample code:

<route>
  <from uri="direct:unmarshal"/>
  
  <to uri="dataformat:bindy:unmarshal?ref=bookModel"/>
</route>

Instead of , I need to use and pass to the equivalent end-point. I tried
below syntax but getting error "Cannot find dataformat with name bindy"

        
I will be using "recipientList" to dynamically route the message to
appropriate bindy marshaller.



--
View this message in context: 
http://camel.465427.n5.nabble.com/What-is-the-Camel-endpoint-for-marshalling-using-bindy-dataformat-tp5792207.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to