如何在activemq中指定TCP传输是服务器模式(监听)还是客户端模式?
Spring 注入端点的示例如下:
<endpoint id="hl7listener" uri="mina:tcp://localhost:8888?sync=true&codec=hl7codec"/>
如何设置客户端模式端点,以便连接到另一台服务器上的特定端口?
如何配置端点以侦听入站连接? (该示例似乎是一个侦听器,如其描述性 id 所示,但为什么?)
注意:我实际上并未使用 HL7 协议或编解码器。 我将开发自己的专有协议编解码器。
The example given for a spring injected endpoint is as follows:
<endpoint id="hl7listener" uri="mina:tcp://localhost:8888?sync=true&codec=hl7codec"/>
How do I setup a client mode endpoint such that is will connect to a specific port on another server?
How do I configure the endpoint to listen for inbound connections? (the example seems to be a listener as indicated by its descriptive id but why?)
Note: I am not actually using the HL7 protocol or codec. I will be developing my own for a proprietary protocol codec.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是在这里的线程上回答的?
was this answered on the thread here?