Java Messenger 服务主题订阅者程序终止

发布于 2025-01-02 18:45:09 字数 214 浏览 0 评论 0原文

我有一个 JMS ( ACTIVEMQ ) 订阅者(异步),它正在轮询主题以接收来自 JMS 提供程序的消息。提供者每 5 秒将一条对象消息放入主题中,订阅者照常接收它。现在,当订阅者终止时,发布者仍然继续将消息放入主题中。所以我想知道如何处理订阅者的程序终止(i,ei想知道订阅者终止时如何处理或调用什么方法)。当订阅者关闭时,提供者继续将消息放入主题中。提供者运行在服务器上,订阅者运行在客户端上。 请帮忙:)

I have a JMS ( ACTIVEMQ ) subscriber(asynchronous) that is polling a topic to receive the message from the JMS provider. The provider is putting an object message into the topic every 5 sec and that subscriber is receiving it as usual.Now when the subscriber terminates, the publisher still continuous to put the messages into the topic. so i want to know how can i handle the program termination of subscriber( i,e i want to know how to handle or what method is called when the subscriber terminates). when the subscriber shuts , the provider keeps on putting the messages into the topic . The provider is running on the server and subscriber is running on the client.
please help :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白衬杉格子梦 2025-01-09 18:45:09

咨询消息可能就是您正在寻找的内容。我自己还没有实现它们,但我读到这是可能的。您应该查看 consumerCount

干杯,尤金。

Advisory Messages is probably what you are looking for. I have not implemented them myself, but I've read it is possible. You should be looking at the consumerCount

Cheers, Eugene.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文