https://github.com/ibm-messaging/mqlight-fishalive-node
Node.js MQ Light fishalive sample
https://github.com/ibm-messaging/mqlight-fishalive-node
Last synced: 6 months ago
JSON representation
Node.js MQ Light fishalive sample
- Host: GitHub
- URL: https://github.com/ibm-messaging/mqlight-fishalive-node
- Owner: ibm-messaging
- License: epl-1.0
- Created: 2015-04-17T13:57:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T14:07:22.000Z (over 8 years ago)
- Last Synced: 2023-08-12T16:11:10.988Z (almost 2 years ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 6
- Watchers: 11
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBM MQ Light Node.js Fish Alive Sample
[](https://github.com/feross/standard)
This project contains Node.js samples demonstrating how to use MQ Light to
perform worker offload.Check out the blog posts at [IBM Messaging](https://developer.ibm.com/messaging/blogs/)
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.```yml
services:
-
...
services:
-
```4. 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](https://www.ng.bluemix.net/docs/starters/install_cli.html)