amq-ajax-client

0.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i amq-ajax-client

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • tfennelly