Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取activemq客户端的连接状态?如果 A 和 B 连接了服务器,以后是 momnet,A 怎么知道 B 的状态呢?
您可以从 A 订阅咨询消息以了解状态更改,也可以使用JMX找出哪些客户端已连接。
松耦合的想法是您不需要知道其他客户端是否在线,因为中间件负责存储和转发。