-
Notifications
You must be signed in to change notification settings - Fork 0
shubhamv108/spring-boot-rabbitmq-demo
Folders and files
Name | Name | 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
Watchers
Forks
Releases
No releases published
Packages 0
No packages published