java - Can Mule cxf:proxy client component handle streaming of big data -


my application supposed handle large data (~100mb), trying send ~80mb of payload using <cxf:proxy-client> component via inputstream. don't see activity in logs point proxy-client configured.

i've tried sending 8mb data , works fine. wondering if mule3.3.0 can handle that.


Comments