Skip to content

yogahilmi/spring-rabbitmq-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Rabbit MQ Consumer

Specification

  • Java 17
  • Spring Boot 3.0.1
  • RabbitMQ 3.11.5

Run the Application

We can easily run the whole with command:

mvn -U clean spring-boot:run

Install Rabbit MQ with Docker with command:

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management

About

Spring Boot Rabbit MQ Consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages