【发布时间】:2019-12-20 00:51:39
【问题描述】:
我们的 JMS 中间件使用 ActiveMQ 5.10,但是我们发现连接会被累积,有时会达到限制,我们没有在代码中发现任何连接泄漏问题。 通过google,我们发现ActiveMQ artemis中有一个名为“Detecting Failure from the Client”的功能,但是我们在ActvieMQ中没有找到这个功能 https://activemq.apache.org/components/artemis/documentation/latest/connection-ttl.html
任何人都可以告诉我 ActiveMQ 5.10 中是否有任何功能,例如 ActiveMQ artemis 中的“检测来自客户端的故障”?
谢谢
【问题讨论】:
标签: connection activemq activemq-artemis