How to Compress/Decompress payload in Mule and get back original payload
问题 I was doing some sort of POC with Mule Gzip compressor and de-compressor.. My Mule flow is following <flow name="GZipCompress" doc:name="GZipFlow1"> <file:inbound-endpoint path="E:\backup\test" responseTimeout="10000" doc:name="File"> <file:filename-regex-filter pattern="anirban.doc" caseSensitive="false"/> </file:inbound-endpoint> <string-to-byte-array-transformer doc:name="String to Byte Array"/> <gzip-compress-transformer/> <file:outbound-endpoint path="E:\backup\test\ss" responseTimeout=