Relative Content

Tag Archive for javaspring-boottcpspring-integrationspring-integration-dsl

Spring Integration Java DSL TCP outbound and Inbound Connection Handler

I need to create a dynamic TCP outbound adapter that acts as a client, connects to a server, and handles the server’s response. While the request is being sent to the server correctly, I am unable to receive the server’s response. I have verified using Wireshark that the server is indeed sending a response, but my code does not seem to capture it. Please review my code and let me know what might be wrong.