Search code examples
node.jsmsmq

What is best way to use node.js and MSMQ?


I need create public queue with Microsoft Message Queuing(MSMQ) and send/receive messages from node.js server. What is best way to use node.js and MSMQ?

I'm interested in the "Fire-and-forget" model.


Solution

  • I too have the same use case. Whilst searching I stumbled across the node-msmq package on NPM/GitHub.

    It is relatively new (May 2016) but I have had no issues with it to date. Simple API with a clear usage guide - worth a look.