传出 MSMQ 超时配置

发布于 2024-12-08 13:24:11 字数 117 浏览 0 评论 0原文

我有一个使用 NServiceBus 发送和接收消息的应用程序。当应用程序在特定时间段内未收到消息时,传出连接就会丢失,这会导致应用程序在重新启动或启动消息之前无法收到消息。

有没有办法配置MSMQ超时?

I have an application that uses NServiceBus to send and receive messages. When the application hasn't received a message in a certain time period the outgoing connection is lost which results in messages not being received on the application until it has been restarted or it initiates a message.

Is there a way to configure the MSMQ timeout?

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

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

发布评论

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

评论(1

寒江雪… 2024-12-15 13:24:11

正如评论中提到的,传出队列是临时的,如果在一段时间内没有发送消息,则传出队列将被删除。这不会导致消息丢失。这仍然是一个问题吗?

As mentioned in the comments outgoing queues are temporary and will be removed if no messages are sent in a certain period of time. This can't cause message loss. Is this still a problem?

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