Is possible to send message to msmq queue with electron?

156 views Asked by At

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!

1

There are 1 answers

1
l -_- l On

Updated-node-msmq works from Node.js 6x to 10x according to their docs.

npm install --save updated-node-msmq