corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
236 stars 36 forks source link

Do not use default ports in integration tests #66

Open corvus-ch opened 5 years ago

corvus-ch commented 5 years ago

The integration tests make use of the default RabbitMQ port. This is likely to fail on systems where there is already an instance of RabbitMQ running as this was experienced in #64.

At the minimum, the integration tests should use non standard ports to reduce the likelihood of collisions. Optionally, the port used should be configurable.