Using Node.js to send and receive messages to/from SonicMQ (progress)

375 views Asked by At

Does anyone know if it's possible, or have an example of using Node.js to connect to a SonicMQ broker? I have not been able to find any information or examples online.

1

There are 1 answers

0
J.Chan On

I would suggest to use either a Sonic Connect exposing a rest service(need ESB) or defining an http Acceptor to communicate with the queue(Direct connection to broker).

Regards