0.0.3 • Published 8 years ago

amq-ajax-client v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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.