Hi, For the last 1 week, I am trying to fix this problem.I want to summarize what I did My problem is in karaf 2.2.5 with camel 2.9.0.
1) To generate the problem, I have added a new route with another port. This route first gets a number to generate a dummy response with given number of characters On the client: send(1000); // OK // Server returns 1000 characters send(2000); // OK send(13000); // OK send(14000); // Fails the returned message's first 13140 characters are read, rest of them blocks the client I checked the server loga and correct size message is created and logged. 2) I upgraded karaf version to karaf 3.0 and camel version to 2.12.0 (This combination does not work deterministically) but I can manage to make it work. With this configuration previous tests are working correctly. I tested upto 3milion characters 3) Since above configuration works undetermnicatally , not good for production quality. (I had problems in test servers, another topic ...) I tried following combination karaf 2.2.5 with camel 2.9.1 . Problem still exist. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-netty-response-is-trimmed-for-large-data-tp5747417p5747857.html Sent from the Camel - Users mailing list archive at Nabble.com.