Spring integration has excellent example to TCP Server. But it seems to be using single thread for every socket connection.
Is there any example on how to create TCP Server which can process requests with multiple threads? Better yet, is there any example to use thread pooling in TCP Server.
I would appreciate if you can provide any links.
Thanks