将 tcp 套接字连接到 spring 集成的简单示例

发布于 2024-10-16 16:05:35 字数 228 浏览 1 评论 0原文

有谁知道使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文