How to find RabbitMQ URL?
问题 Rabbit MQ URL looks like : BROKER_URL: "amqp://user:password@remote.server.com:port//vhost" This is not clear where we can find the URL, login and password of RabbitMQ when we need to acccess from remote worker (outside of Localhost). In other way, how to set RabbitMQ IP adress, login and password from Celery / RabbitMQ 回答1: You can create new user for accessing your RabbitMQ broker. Normally port used is 5672 but you can change it in your configuration file. So suppose your IP is 1.1.1.1 and