test: add rabbitMQ integration test (#29)

* added integration test dependencies

* added rabbitMQ use case integration test

* configured rabbitMQ integration test URI

* fix typo, configured integration test pipeline
This commit is contained in:
Mario Candela
2023-03-21 11:20:12 +01:00
committed by GitHub
parent 1c402141bf
commit 8337281f21
6 changed files with 84 additions and 14 deletions

View File

@ -0,0 +1,10 @@
version: "3.9"
services:
rabbitmq:
image: rabbitmq:3-alpine
container_name: 'rabbitmq'
ports:
- 5672:5672
environment:
- RABBITMQ_DEFAULT_USER=integration
- RABBITMQ_DEFAULT_PASS=integration