Weblogic 上的持久订阅者。它是如何运作的?

发布于 2024-12-15 12:14:02 字数 90 浏览 1 评论 0原文

我想了解一件事:当在某个主题上激活持久订阅者时,除了该主题之外还有另一个订阅者(mdb)。持久订阅者是否可能获取消息但不将其提供给 MDB?

多谢..

I want to understand a thing: When a durable subscriber is activated on a topic, in add on this topic there is another subscriber (mdb). Is possible that the durable subscriber take the messages and don't provide it to the MDB?

Thanks a lot..

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

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

发布评论

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

评论(1

腹黑女流氓 2024-12-22 12:14:02

当消息发送到主题时,发布者和消费者之间有意分开。

尽管可以通过多种方法创建围绕发送给所有消费者的事务传递,但消费者无法在获取消息的同时阻止其他消费者接收消息。

When a message is sent to a topic, by intent there's a separation between the publisher and the consumers.

Although there are ways you can create transactional delivery around sending to all consumers, there's no way a consumer can take a message and prevent other consumers from receiving a message as well.

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