Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.03 KB

IBM MQ Light Ruby Sinatra Sample Application

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.

Deploying to Bluemix

The sample can be used with either the 'MQ Light' service or 'Message Hub' service.

  1. Create an instance of the service using either the Bluemix console or the Bluemix cf command line tool.

  2. 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>
  1. 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