Hi folks, We have an application built on top of Apache MINA and we're looking at introducing read-throttling (ideally making use of TCP queue behaviour) to allow us to handle incoming message volumes on a TCP connection.
>From the documentation I can see there's a connection throttle feature - >implemented in >https://nightlies.apache.org/mina/mina/2.0.22/apidocs/org/apache/mina/filter/firewall/ConnectionThrottleFilter.html But there's no apparently read-throttle filter in the docs. Is there a suggested approach/implementation. Is there a better method than adding `Thread.sleep` in messageReceived? Or is there an example/implementation already in code I've overlooked? Best regards, Philip Whitehouse This communication is for informational purposes only. The contents of this transmission are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify the sender by return email and delete this message from your system. FlexTrade Systems Inc., its subsidiaries and affiliates do not guarantee the completeness and accuracy of this transmission's contents. Moreover, FlexTrade Systems Inc., its subsidiaries and affiliates do not guarantee this communication to be free of viruses and accept no liability for any damage caused thereof.