amq-ajax-client
v0.0.3
Published
ActiveMQ Ajax client
Downloads
26
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-clientUse
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.
