Re: netty + dataformat + exchange headers guidance needed

2014-01-12 Thread Willem Jiang
Normally DataFormat marshall and unmarshall don’t take the exchange header into consideration. If your customer DataFormat does some work on the exchange header, you need to set the transferExchange option to be true. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://will

http4 component: Possible to post message attachments as "multipart/mixed" ?

2014-01-12 Thread OrackBahama
Hi, I need to upload a camel message body (text/xml) together with files (added to camel message attachments) with dataHandlers, by posting it to a URL with the camel-http/http4 component. Works fine without attachments. Is it possible to post attachments in a multipart message (base64 encoded, b

Re: netty + dataformat + exchange headers guidance needed

2014-01-12 Thread Joan Picanyol i Puig
UNTER, req.counter); } but instead we should set the header in the *out* message and then in unmarshal(): exchange.getIn().getHeader(REQ_COUNTER, req.counter); problem solved, thanks for your time -- pica * Willem Jiang [20140112 12:54]: > Normally DataFormat marshall and unmarshall

Re: Camel Security Framework - ActiveMQ Store error

2014-01-12 Thread contactreji
Thanks Taariq :-) I will check on that and revert soon! Cheers Reji -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Security-Framework-ActiveMQ-Store-error-tp5745719p5745880.html Sent from the Camel - Users mailing list archive at Nabble.com.