Skip to content

A simple microservice with responsibility for routing and auditing messages

Notifications You must be signed in to change notification settings

oarshad/content-based-routing

Repository files navigation

Enterprise Integration Patterns – Content Based Router Microservice

A simple microservice with responsibility for routing and auditing messages

System Requirements

  • Java 8
  • Docker
  • RabbitMQ
  • MongoDB

Setup development environment

This command will setup RabbitMQ and MongoDB images on your docker container.

docker-compose up -d

Compile

./gradlew clean build -i

Run

./gradlew clean build -x test bootRun

About

A simple microservice with responsibility for routing and auditing messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages