Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RabbitMQ #1

Merged
merged 1 commit into from
Nov 13, 2018
Merged

Add support for RabbitMQ #1

merged 1 commit into from
Nov 13, 2018

Conversation

davidonna
Copy link

Add support for RabbitMQ

The connection check is done with pika.

BaseImage.get_port() can be called with a 'port' argument
(for the rabbitmq container, because it opens multiple tcp
services, get_port() would fail because it would return the
first container port in the list). This fixes this problem
and allows to get a container's listening port for a port
different than the 'main' service (i hope that was clear ^^)

BaseImage.get_port() can be called with a 'port' argument
(for the rabbitmq container, because it opens multiple tcp
services, get_port() would fail because it would return the
first container port in the list). This fixes this problem
and allows to get a container's listening port for a port
different than the 'main' service (i hope that was clear ^^)
@vangheem vangheem merged commit bad14c4 into master Nov 13, 2018
@vangheem
Copy link
Contributor

Thank you!

@vangheem vangheem deleted the rabbitmq branch November 13, 2018 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants