How to enable streaming in target endpoint when used Hosted Target. ?
For HttpTargetConnection we can use as below:
<HTTPProxyConnection> <BasePath>/basepath</BasePath> <Properties> <Property name="response.streaming.enabled">true</Property> <Property name="request.streaming.enabled">true</Property> </Properties> <VirtualHost>default</VirtualHost> </HTTPProxyConnection>