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

Incorrect log message #140

Closed
borice opened this issue May 24, 2018 · 1 comment
Closed

Incorrect log message #140

borice opened this issue May 24, 2018 · 1 comment

Comments

@borice
Copy link

borice commented May 24, 2018

I'm noticing a console log message reading:

[INFO] [05/23/2018 22:45:54.766] [rabbitmq-akka.actor.default-dispatcher-4] [akka://rabbitmq/user/$a/connection] akka://rabbitmq/user/$a/connection connected to amqp://admin@{my.host.name:1503}:5672//

This is incorrect. My application.conf has:

connection {
        virtual-host = "/"
        hosts = ["my.host.name"]
        username = "admin"
        password = "whatever"
        port = 1503
        ssl = false
        connection-timeout = 3s
    }

So it seems to me the correct URI for the connection should be:
amqp://admin@my.host.name:1503/ rather than amqp://admin@{my.host.name:1503}:5672//

I know port 1503 is non-standard, but there's a conflict on 5672.

@DStranger
Copy link
Collaborator

Hello @borice!
I think a similar issue already exists: #137

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

No branches or pull requests

2 participants