This project contains Node.js samples demonstrating how to use MQ Light to perform worker offload.
Check out the blog posts at IBM Messaging for more info on these samples.
The sample can be used with the 'Message Hub' service.
-
Create an instance of the service using either the Bluemix console or the Bluemix cf command line tool.
-
In the Message Hub service Dashboard, create a topic called "MQLight" with a single partition.
-
Edit the manifest.yml file in the root directory of the sample to reflect the name of the service created above.
services:
- <TheNameOfYourService>
...
services:
- <TheNameOfYourService>
- From the root directory of the sample use the Bluemix cf command line tool to push the sample to Bluemix, as below:
$ cf push
For further information about Bluemix command line tooling, see IBM Bluemix Command Line Tooling