Node.js Express RMQ Example using the Rize SDK
Gather and place all ENV's required.
PROGRAM_UIDFound in the Rize Admin Developer LaunchpadPROGRAM_HMACFound in the Rize Admin Developer LaunchpadRIZE_ENVAccepted values: sandbox, integration, productionRMQ_HOSTSGiven by a Rize Program Manager, differs perRIZE_ENVRMQ_CLIENT_IDUnique value for the broker to identify the client.ex: company-prototype-appRMQ_TOPICFound in the Rize Admin Developer Launchpad under Program ConfigsRMQ_USERNAMEFound in the Rize Admin Developer Launchpad under Program ConfigsRMQ_PASSWORDFound in the Rize Admin Developer Launchpad under Program Configs
Install node dependencies and run in development mode
$ npm install && npm run dev