简体   繁体   中英

Is possible to send message to msmq queue with electron?

i want to know if someone know how to send message to Microsoft Message Queue (MSMQ) with electron. I've found some npm packages like node-msmq but i cannot use with my node version, it works until node version 9 if i remember right. Thaks in advance!

Updated-node-msmq 根据他们的文档从 Node.js 6x 工作到 10x。

npm install --save updated-node-msmq

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM