Ok, I got it.
Thanks for your quick response.
Type: Posts; User: koratm226; Keyword(s):
Ok, I got it.
Thanks for your quick response.
Now I am able to connect with my Java socket writter (server) using tcp-inbound-channel-adapter.
But I am not able to receive the data sent by server.
I have also tried to send null message to...
Dear Gary Russell,
I am new to spring forum, that is why I have pasted code directly.
Please find my server side code:
try {
ServerSocket socket = new ServerSocket(2222);
while (true) {
HI, I am new to Spring Integration.
I want to create a TCP client which receive and print data on screen.
Where my TCP Server is simple Java server socket. Which listening for incoming connection...