Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 918 Bytes

Readme.md

File metadata and controls

21 lines (17 loc) · 918 Bytes

RabbitMQ Load injector tool

Travis CI

SETUP

1. Change the application.properties with the proper values

Optionally, the changes can be made to the external config file that we are going to create on step - 3.

2. Build the project -

$ ./mvnw clean package

you might need to set the JAVA_HOME and other env variables for this.

3. copy the application.prorties to current directory -

$ cp ./src/main/resources/application.properties config.properties

Changes to the properties has to be made in this config.properties file itself, if wasn't made already in application.properties.

4. Execute the start.sh script to start the application.

5. Execute the stop.sh script to stop the application.