GitHub user sebbeaume opened a pull request: https://github.com/apache/camel/pull/2224
make transport configurable for streaming api The goal of this PR is to make the LongPollingTransport configurable through the SalesforceComponent. The need encoutered is : While using the streaming api (PushTopic), we sometimes receive a message of a size exceeding the BufferingResponseListener maxLength property. Enabling configurating the LongPollingTransport will give the possibility to control the authorized maxLength. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sebbeaume/camel feature/make-transport-configurable-in-streaming-api Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2224.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2224 ---- commit ebcffada5a124c0161f82fd15099faf6e022b1c1 Author: BEAUME <sebastien.beaume@...> Date: 2018-02-14T15:52:51Z make transport configurable for streaming api ---- ---