如何取消订阅NServiceBus?

发布于 2024-12-06 07:39:05 字数 172 浏览 0 评论 0原文

如果我选择在NServiceBus pub sub模型中使用自动订阅,当客户端存在时系统不会自动取消订阅。

我始终可以手动取消订阅,但我无法确定现有的订阅列表,并且我不想对取消订阅进行硬编码。

所以我的问题是:nservicebus中有自动取消订阅的功能吗?如果没有,我如何获取客户当前订阅的列表?

If I choose to use the auto subscription in NServiceBus pub sub model, the system does not auto unsubscribe when the client exists.

I can always do a manual unsubscribe, but I having trouble figuring out the existing list of subscriptions and I don't want to hard code the unsubscribe.

So my question is: is there an auto-unsubscribe function in nservicebus? If not, how can I get a list of current subscriptions for a client?

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

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

发布评论

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

评论(1

背叛残局 2024-12-13 07:39:05

我认为您不会找到自动取消订阅的功能。 Udi 和公司有意设计 NServiceBus,使其难以执行不适合异步、发布/订阅 SOA 模式的操作。一般来说,客户端是否运行并不会影响订阅是否仍然有效。如果这确实是您所需要的,您可能需要自己编写代码。

I don't think you are going to find an auto-unsubscribe. Udi and company have intentionally designed NServiceBus to make it hard to do things that don't fit the async, pub/sub SOA pattern. Generally, the fact that the client is running or not running would not affect whether or not the subscription is still valid. If that is really what you need, you'll probably have to code that in yourself.

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