> Did you have chance to try this ? > "direct:test" unmarshal(new GzipDataFormat()) to "direct:end"
Why don't just stick to the following? from("direct:test") unmarshal() gzip() to("mock:test") -- Henryk Konsek http://henryk-konsek.blogspot.com
> Did you have chance to try this ? > "direct:test" unmarshal(new GzipDataFormat()) to "direct:end"
Why don't just stick to the following? from("direct:test") unmarshal() gzip() to("mock:test") -- Henryk Konsek http://henryk-konsek.blogspot.com