This project contains Ruby samples demonstrating how to use the MQ Light Service for Bluemix to write cloud apps which can perform worker offload.
Check out the blog posts at IBM Messaging for more info on these samples.
The sample can be used with either the 'MQ Light' service or 'Message Hub' service.
-
Create an instance of the service using either the Bluemix console or the Bluemix cf command line tool.
-
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