将 tcp 套接字连接到 spring 集成的简单示例
有谁知道使用 tcp 套接字使用 spring 集成连接到 Web 服务器的简单示例?有一些使用纯 java 与服务器和客户端实例进行简单套接字通信的示例。还有一些完全在 spring 集成中将客户端连接到服务器的示例。然而,在我尝试通过普通的 java 应用程序与 spring 集成网关建立简单的套接字连接时,spring 端看到了连接,但因最大消息长度异常而失败。到目前为止,我找不到将这两种类型连接在一起的示例。
谢谢
Does anyone know of a simple example of connecting to a web server using spring integration using a tcp socket? There are examples of simple socket communications in plain java with both the server and client instances. There are also examples of connecting a client to server entirely in spring integration. However, in my attempts to make a simple socket connection to a spring integration gateway by a plain java app the spring side sees the connection but fails out with a max message length exception. So far I cannot find an example that connects these 2 types together.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 在 Spring Integration 2.0 M3 中使用 UDP 和 TCP 适配器。
Have a look at Using UDP and TCP Adapters in Spring Integration 2.0 M3.