I want to connect rabbitmq use 5552 port.But I get an error for my rabbitmq cluster.
And then I run a docker to start a rabbitmq server, the version is same as my rabbitmq cluster.It is connect successfully. I don't know why?
the error log is below:
Caused by: com.rabbitmq.stream.AuthenticationFailureException: Unexpected response code during authentication: 11 (AUTHENTICATION_FAILURE_LOOPBACK). The user is not authorized to connect from a remote host. If the broker is running locally, make sure the '172.16.8.203' hostname is resolved to the loopback interface (localhost, 127.0.0.1, ::1). See
https://www.rabbitmq.com/access-control.html#loopback-users.
at com.rabbitmq.stream.impl.Client.authenticate(Client.java:516)
at com.rabbitmq.stream.impl.Client.<init>(Client.java:372)
at com.rabbitmq.stream.impl.StreamEnvironment.lambda$new$5(StreamEnvironment.java:233)
at com.rabbitmq.stream.impl.StreamEnvironment.<init>(StreamEnvironment.java:258)
at com.rabbitmq.stream.impl.StreamEnvironmentBuilder.build(StreamEnvironmentBuilder.java:324)
at io.debezium.server.rabbitmq.RabbitMqStreamNativeChangeConsumer.connect(RabbitMqStreamNativeChangeConsumer.java:105)
... 31 more