Closed smahi closed 6 months ago
The correct port for RabbitMQ Stream is 5552. Port 5672 is for the AMQP Protocol. Could you please try to change it on the Connection Configuration and try again?
We can see on the AMQP logs that the connection is being opened at 5672
@VictorGaiva Oh! my bad sorry about that.
No worries. Feel free to open other issues with any other questions.
:)
Hi, I am not able to use the library because of an error.
I am using the following rabbitmq server setup
$ docker run -d --hostname my-rabbit --name some-rabbit -p 8081:15672 -p 5672:5672 rabbitmq:3-management
Stream plugins are enabled
$ rabbitmq-plugins list
Portion of rabbitmq server log
$ docker logs -f ...