I have been working on creating TCP socket server using spring integration, with the reference from this post I am able to setup socket connection.
My requirement has 4 clients which establish socket connection with the server. How can I handle concurrent requests from all the 4 clients. what changes has to be done at TcpReceivingChannelAdapter.
Could someone help me out.