I am trying to route a message based on the content(content based routing) through the camel component.The message has an attachment of binary data.When the message is received in the destination the attachment section of the message is getting lost.
In the source code I found that the JBIBinding.java only copies the message body and the message headers.Dont know for sure if this is the problem. I am using a filepoller and file sender as the source and the destination.It tries to send a binary file through the camel component into a specific directory. Are there any solutions to this? My servicemix version is 3.2.1 -- View this message in context: http://www.nabble.com/Attachment-getting-lost-after-routing-through-Camel-tp16245320s12049p16245320.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
