You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Gob00st <i....@gmail.com> on 2015/06/19 18:34:28 UTC

marshal().gzip() which charset has been used ?

When I do 
from("direct:start").marshal().gzip().to("activemq:queue:MY_QUEUE");

Do we know which charset encoding has been used to convert the body of
exchange into byte array, then gzipped afterward ? Is it utf-8 or local cp ?

it has not been specified under camel confluence page below:
http://camel.apache.org/gzip-data-format.html

Thanks a lot in advance.
Russ



--
View this message in context: http://camel.465427.n5.nabble.com/marshal-gzip-which-charset-has-been-used-tp5768418.html
Sent from the Camel - Users mailing list archive at Nabble.com.