Using remote rabbitmq server rather than local host #6528
-
|
I have a spring project, and I want to use remote rabbitmq server(example:https://trail.test.com) rather than local host
But I am getting this error in postman |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Please never use GitHub issues for questions. Discussions have been a public feature for over a year now. By default you cannot connect with those default well-known credentials from remote hosts for obvious security reasons. You have to create a new user, grant it access to the virtual host in question and use those credentials. RabbitMQ logs all connection lifecycle events for connections that send at least one byte of data. |
Beta Was this translation helpful? Give feedback.
Please never use GitHub issues for questions. Discussions have been a public feature for over a year now.
By default you cannot connect with those default well-known credentials from remote hosts for obvious security reasons. You have to create a new user, grant it access to the virtual host in question and use those credentials.
RabbitMQ logs all connection lifecycle events for connections that send at least one byte of data.