Replies: 2 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
This is a Docker networking question that has nothing to do with PerfTest or RabbitMQ. You can use port mapping or even make the name of the host resolve in the container. RabbitMQ will log all connection attempts that send at least one byte of data. Default user with known credentials will only be able to connect from localhost, so you have to create a separate user and grant it access to the target virtual host. Troubleshooting Networking provides a methodology for narrowing down connectivity issue (nothing specific to Docker). |
Beta Was this translation helpful? Give feedback.
-
I using this script on Docker but it can't connect to the localhost network. I can
telnet
to RabbitMQ on localhost. I can run on K8S that connect to Service.This my console output
$ telnet localhost 5672
$ docker run -it --rm pivotalrabbitmq/perf-test:latest --uri amqp://user:pass@localhost
Beta Was this translation helpful? Give feedback.
All reactions