Simple Web Microservice with RabbitMQ Producer Description In this project I build a simple Node JS Application for publishing message to RabbitMQ message broker. Requirement To use the application it is required to use: NodeJS RabbitMQ Pipeline The CI/CD pipeline is run using Travis CI. It consists of three stage: Test phase where the code is build then tested using docker environment. The coverage report then published to Codecov Deploy phase where the application deployed to Heroku. Then post stage called ping to check if application is up and running in Heroku.