MassTransit 或 nServiceBus 是否支持基于 HTTP 传输的 MSMQ?

发布于 2024-09-17 05:54:58 字数 95 浏览 6 评论 0原文

据我所知,它从 MSMQ 3.0 起就可用,它是否可以通过任何 .NET ESB 获得? 这对于其他 MQ 传输(ActiveMQ 等)是否可行?

谢谢, E.

I understand it's available since MSMQ 3.0, is it available via any of the .NET ESBs?
Is this possible with other MQ transports (ActiveMQ, etc)?

Thanks,
E.

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

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

发布评论

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

评论(2

尐偏执 2024-09-24 05:54:58

NServiceBus 使用 msmq 作为其主要传输,但不支持 Msmq 的 http 选项。您能详细说明一下您想要实现的目标吗?也许 NServiceBus 网关组件正是您所需要的?

希望这有帮助

NServiceBus use msmq as its main transport but does not support the http option for Msmq. Can you elaborate on what you're trying to achieve? Perhaps the NServiceBus gateway component is what you need?

http://docs.particular.net/nservicebus/gateway/

Hope this helps!

心清如水 2024-09-24 05:54:58

MassTransit 不以任何方式支持基于 HTTP 的 MSMQ。 RabbitMQ 仅需要打开一个端口进行通信,但它不是 HTTP(80 或 443)端口。

MassTransit does not support MSMQ over HTTP in any way. RabbitMQ only requires a single port open for communication but it is not the HTTP (80 or 443) port.

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