Skip to content

ibm-messaging/mqlight-fishalive-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM MQ Light Node.js Fish Alive Sample

js-standard-style

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.

Deploying to Bluemix

The sample can be used with the 'Message Hub' service.

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

  2. In the Message Hub service Dashboard, create a topic called "MQLight" with a single partition.

  3. 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

About

Node.js MQ Light fishalive sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published