Hi all, I have an integration scenario to generate PDF from a document generation system. The document generation system generates byte [] data. The data can be huge enough,I need to transport the Byte array to jms queue. I have two components in camel for this integration which is connected using vm component. Iam using the attachment part of the exchange to put the byte array content. I hope the attachment will be stored in memory during transfer between these components. The load is huge there a possibility of memory issue. Can you please let me know if there is better approach using camel.
-- View this message in context: http://camel.465427.n5.nabble.com/Processing-large-PDF-files-using-apache-camel-2-10-tp5791476.html Sent from the Camel - Users mailing list archive at Nabble.com.