An open API service indexing awesome lists of open source software.

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.

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