Does anyone know a simple example of connecting to a web server using spring integration using tcp socket? There are examples of simple socket communication in simple Java with server and client instances. There are also examples of connecting a client to a server fully in spring integration. However, when trying to make a simple socket connection to the spring integration gateway using a simple Java application, the spring side sees the connection, but fails with the maximum exception of the message length. So far I can not find an example that connects these 2 types together.
thanks
sldahlin
source share