3

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.

NelsonPim
  • 67
  • 1
  • 8
  • Sort of related: [Receiving OpenMQ messages in Delphi](http://stackoverflow.com/questions/24509805/receiving-openmq-messages-in-delphi). They mention that there's a C API, which you could integrate using [node-gyp](https://github.com/TooTallNate/node-gyp/). – Ben Fortune Oct 23 '14 at 15:18

1 Answers1

1

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

J.Chan
  • 98
  • 6