Skip to content

jansuchy/rabbitmq-web-stomp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq-web-stomp JavaScript client

Building

npm install
npm run build

Configuring

Adjust configuration variables in src/config.js. Provide correct rabbitmq usernames and passwords (loggerUsername, loggerPassword, logConsumerUsername, logConsumerPassword). rabbitmq exchange name (logExchange) and correct rabbitmq-web-stomp endpoint URL (stompUrl).

Running and developing

Build and serve the JS application:

npm run build
npm run serve

Point your browser to http://localhost:8080 and test in JS console:

app.logview(function(msg) { console.info("Received: " + m); });
log = app.logger("my-client");
log("Hello, world!");

About

rabbit-web-stomp example JavaScript client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published