Thanks for quick reply. I am not sure if i got the point 1
We are using query string ( endpoint) and 3rd party is pointing on these endpoints.
Each message is separate EO message ( coming in randomly) & having payload XML at 8 MB
3rd party is thinking of shrinking this and sending zip. How do i handle the zip
I might not be able to use PayloadZipBean as there is no sender channel.
Is there way, i can either unzip this HTTP request or pass this zip as is to Proxy ( HTTP -Proxy)
Thanks!