Hi

consider this simple route

from("netty:tcp://0.0.0.0:7004?textline=true").throttle(100).to("netty:tcp://0.0.0.0:7005?textline=true");

According to this only 100 requests per second  will be sent to second
endpoint.

Assume that first endpoint is receiving  some thousand messages per second,
how camel is able to throttle these messages without saving anywhere ? 
There won't be any out of memory issues ??
Can anyone please explain ?



-----
Regards

kiran Reddy
--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-threshold-tp5737136p5737239.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to