Skip to content

soumencemk/RabbitMQ_Load_Injector_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published