mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update msmq.js
This commit is contained in:
parent
cfb2c65541
commit
b7914adc5c
|
@ -3,6 +3,8 @@
|
||||||
//
|
//
|
||||||
// references:
|
// references:
|
||||||
// - https://gist.github.com/vladaman/6375841
|
// - https://gist.github.com/vladaman/6375841
|
||||||
|
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/msmq/ms703952(v=vs.85)
|
||||||
|
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/msmq/ms705286(v=vs.85)
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -55,4 +57,4 @@ var MSMQObject = function(queueName) {
|
||||||
exports.MSMQObject = MSMQObject;
|
exports.MSMQObject = MSMQObject;
|
||||||
exports.open = function(queueName) {
|
exports.open = function(queueName) {
|
||||||
return (new MSMQObject(queueName)).open();
|
return (new MSMQObject(queueName)).open();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user