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"