Skip to content

dchuiko/rabbittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This test project created to test various rabbitmq configuration options in spring boot.

Before you start create and up the following docker-compose.yaml

  image: rabbitmq:management
  ports:
    - "5672:5672"
    - "15672:15672"
    
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages