简体   繁体   English

与JMS远程客户端的连接失败

[英]Connection failure to a JMS remote client

I am trying to send message to a JMS queue, however I get this error: 我正在尝试将消息发送到JMS队列,但是出现此错误:

    13:48:00,686 WARN  [SimpleConnectionManager] A problem has been detected with the connection 
    to remote client 5c4o15e-ymtiah-hy5hsfkr-1-hy5hsg3i-4, jmsClientID=b-k8gsh5yh-1-rkfsh5yh-
    haitmy-e51o4c5. It is possible the client has exited without closing its connection(s) or the 
    network has failed. All associated connection resources will be cleaned up.

One of the suggestions on the we o how to fix this was to change the periodicity of client pings to: 关于解决此问题的建议之一是将客户端ping的周期更改为:

    <attribute name="clientLeasePeriod" isParam="true">20000</attribute>
    <attribute name="validatorPingPeriod" isParam="true">20000</attribute>
    <attribute name="validatorPingTimeout" isParam="true">10000</attribute>

But it still didn't help. 但这仍然没有帮助。 Do you have any suggestions on how to fix this or what might cause the connection failure to a client? 您对如何解决此问题有任何建议,或者有什么可能导致与客户端的连接失败?

确保已关闭生产者中的TopicSession和TopicConnection对象,或者已关闭QueueConnection和QueueSession对象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM