C# 中的 MSMQ 适配器侦听器

发布于 2024-12-09 05:59:28 字数 181 浏览 0 评论 0原文

我有一个 MSMQ-WCF 服务,它正在创建队列并维护 MSMQ 队列服务。
另外,我还有另一个托管在 WAS 中的 WCF 服务,它像监听器一样工作。

一旦消息到达 MSMQ 队列,就会自动从队列中选取该消息并读取该消息。

我只是想使用它的 MSMQ 侦听器适配器。还有其他方法可以做到这一点吗?请告诉我。

I have one MSMQ-WCF service that is creating a queue and maintains the MSMQ queue service.
Also, I have another WCF Services hosted in WAS, working like a Listener.

As soon as a message arrives in the MSMQ Queue, it should be automatically picked from the queue and the message should be read.

I just wanted to use it MSMQ Listener adapter. Is there any other way to do this? Please let me know.

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

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

发布评论

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

评论(1

屌丝范 2024-12-16 05:59:28

在 Windows 服务中托管队列侦听器要简单得多。这样就不需要涉及 WAS 以及可能涉及的所有复杂设置。

It's much simpler to host the queue listener in a windows service. This way there is no need to involve WAS and all the complicated setup that can involve.

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