Skip to content

A simple example to demonstrate RabbitMq using Spring Boot.

Notifications You must be signed in to change notification settings

shubhamv108/spring-boot-rabbitmq-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# Clone the application

git clone https://github.com/shubham-v/message-queue.git



# To run the application, execute following command in terminal by replacing text in between <> -


cd message-queue

mvn clean install

cd target

java -jar -Dspring.profiles.active=dev -Dspring.rabbitmq.host=<host> -Dspring.datasource.username=root -Dspring.rabbitmq.port=<port> -Dspring.rabbitmq.virtual-host=<vhost> -Dspring.rabbitmq.username=<uname> -Dspring.rabbitmq.password=<pass> *.jar