Skip to content

RabbitMQ Setup

Joseph Passalacqua edited this page Nov 29, 2021 · 2 revisions

RabbitMQ setup requirements:

What you need to replicate the demo

  • Ubuntu 20.04 LTS (run locally or on VirtualBox 6.1.16 r140961)
  • Parity client and System
  • Eml-cts using the dev-rabbitmq branch. If you are not using that branch please follow the steps below that works.

Build using

mkdir MYREPOSITORY
cd MYREPOSITORY
git clone https://github.com/EnergyMashupLab/eml-cts 
cd complete  # the repository is down one level
git checkout dev-rabbitmq  
git pull origin dev-rabbitmq   # should be up to date already

mvn package # inside complete directory

Running

  • inside of Spring tools import the existing maven project
  • run Parity System and Parity Client
  • run eml-cts as a Spring Boot app
  • Go to postman and send tenders through

Useful link to understand and get RabbitMQ to run on your own

Clone this wiki locally