HornetQ:将主题连接到队列

发布于 2024-12-17 14:34:38 字数 135 浏览 1 评论 0原文

我有一个用例,可以将主题连接到许多队列。我们的系统中有一些事件,我们希望允许不同的用户订阅。我们将“事件”视为“主题”,将用户订阅视为“队列”。每个用户都会有一个个人队列,这取决于他们的订阅;我们会将其路由到他们的队列中。您能否分享一些关于如何设置的指示?

I have a use case that to hook up the topic to many queues. We have some events in our system that we want to allow different users to subscribe to. We are treating that the 'events' as 'topics' and the user subscriptions as 'queue'. Each user will have a personal queue and it depending on their subscription; we will route it to their queue. Can you share some pointers as to how this can be set up?

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

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

发布评论

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

评论(1

怎言笑 2024-12-24 14:34:38

查看 hornetq 文档中的 Diverts。

或者您可以只使用简单的主题。另请参阅 hornetq 文档中的主题层次结构。

或者也许您可以通过简单的主题订阅和过滤器来实现您所需要的? (什么可能更便携)。

Take a look on Diverts on the hornetq documentation.

Or you could just use simple Topics. Also look at topic hierarchy on the hornetq documentation.

Or maybe you could achieve what you need with simple topic subscriptions and filters? (what will be probably more portable).

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