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.
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.