views:

96

answers:

1

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.

+3  A: 

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://www.nservicebus.com/Gateway.aspx

Hope this helps!

Andreas
We expect some services, while still integral parts of overall system, to reside in physically dispersed locations, possibly behind firewalls (to be close to the resources they will work with).
Ok, then the gateway is definitely an option for you. Have you read the docs?
Andreas
Thanks, I'll check it out.