Skip to content

RizeFinance/rmq_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rize Message Queue Examples Awesome

eslint

Node.js Express RMQ Example using the Rize SDK

Getting Started

Gather and place all ENV's required.

  1. PROGRAM_UID Found in the Rize Admin Developer Launchpad
  2. PROGRAM_HMAC Found in the Rize Admin Developer Launchpad
  3. RIZE_ENV Accepted values: sandbox, integration, production
  4. RMQ_HOSTS Given by a Rize Program Manager, differs per RIZE_ENV
  5. RMQ_CLIENT_ID Unique value for the broker to identify the client. ex: company-prototype-app
  6. RMQ_TOPIC Found in the Rize Admin Developer Launchpad under Program Configs
  7. RMQ_USERNAME Found in the Rize Admin Developer Launchpad under Program Configs
  8. RMQ_PASSWORD Found in the Rize Admin Developer Launchpad under Program Configs

Install node dependencies and run in development mode

$ npm install && npm run dev

About

Examples of the Rize Message Queue being implemented in various languages and protocols

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published