Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

amq-ajax-client

tfennelly1MIT0.0.3

ActiveMQ Ajax client

readme

ActiveMQ Ajax Client NPM Package

CommonJS version of the API defined in ActiveMQ Ajax client docs. See the .js files in the activemq-web-demo.

Install

npm install --save amq-ajax-client

Use

var amq = require('amq-ajax-client');

amq.init({ 
    uri: 'amq', 
    logging: true,
    timeout: 20
  });

// etc...  

See the ActiveMQ Ajax client docs for more on usage.