https://github.com/shubhamv108/spring-boot-rabbitmq-demo
A simple example to demonstrate RabbitMq using Spring Boot.
https://github.com/shubhamv108/spring-boot-rabbitmq-demo
maven message-queue messaging-system spring spring-boot spring-cloud-stream spring-cloud-stream-rabbitmq springframework
Last synced: 7 months ago
JSON representation
A simple example to demonstrate RabbitMq using Spring Boot.
- Host: GitHub
- URL: https://github.com/shubhamv108/spring-boot-rabbitmq-demo
- Owner: shubhamv108
- Created: 2019-05-21T17:42:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T18:16:37.000Z (over 6 years ago)
- Last Synced: 2025-01-29T22:44:49.591Z (8 months ago)
- Topics: maven, message-queue, messaging-system, spring, spring-boot, spring-cloud-stream, spring-cloud-stream-rabbitmq, springframework
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: READme.txt
Awesome Lists containing this project
README
# 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= -Dspring.datasource.username=root -Dspring.rabbitmq.port= -Dspring.rabbitmq.virtual-host= -Dspring.rabbitmq.username= -Dspring.rabbitmq.password= *.jar