Do MassTransit or nServiceBus support MSMQ over HTTP transport?

自古美人都是妖i 提交于 2019-12-11 01:26:53

问题


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.


回答1:


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!




回答2:


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.



来源:https://stackoverflow.com/questions/3602422/do-masstransit-or-nservicebus-support-msmq-over-http-transport

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!