8000
Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

About

A simple example to demonstrate RabbitMq using Spring Boot.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

0