- Fill in the necessary files (solace js API, debug version is used in this project)
- Global
sessionProperties
object. This is just a demo, easy way to pass it in.
const url = 'ws://...';
const vpnName = '...';
const userName = '...';
const password = '...';
const sessionProperties = {
url,
vpnName,
userName,
password
}
- Load on multiple machines
- For easier debuggin, set the UUID in the
public/app.json
file to something unique on each machine. - Launch everywhere & start sending messages
npm install
npm start
This project's gitignore includes key pieces to connecting to the solace messaging API. You can get all of these from the solace website.