Update msmq.js

This commit is contained in:
Namhyeon Go 2021-09-23 13:52:08 +09:00
parent 5aae8b621f
commit c1aee7fb15

View File

@ -1,5 +1,9 @@
////////////////////////////////////////////////////////////////////////
// MSMQ(Microsoft Message Queuing) API
//
// references:
// - https://gist.github.com/vladaman/6375841
//
////////////////////////////////////////////////////////////////////////
var MSMQObject = function(queueName) {