MassTransit 或 nServiceBus 是否支持基于 HTTP 传输的 MSMQ?
据我所知,它从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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!
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.