An open API service indexing awesome lists of open source software.

https://github.com/ibm-messaging/mqlight-ui-workout

Generates work to demonstrate the MQ Light web UI
https://github.com/ibm-messaging/mqlight-ui-workout

Last synced: 2 months ago
JSON representation

Generates work to demonstrate the MQ Light web UI

Awesome Lists containing this project

README

        

MQ Light UI Workout
===================

This sample generates some load for the MQ Light web UI to demonstrate its features.

Follow the instructions in our [getting started](https://www.ibmdw.net/messaging/mq-light/getting-started-mq-light/) page to install and start MQ Light. Then, in the directory you downloaded this sample, run

```
npm install
```

to install the required modules, followed by

```
node app.js
```

to run the app.

Navigate to the MQ Light web UI (Default: [http://localhost:9180/#page=home](http://localhost:9180/#page=home)) to see clients connects and messages being sent. For an explanation of the web UI, check out [this article](https://developer.ibm.com/messaging/mq-light/ui-tooling-design/).