使用用户名和密码时出现Rabbitmq连接问题

时间:2012-06-13 04:47:25

标签: python rabbitmq celery

我正在尝试通过rabbitmq开始一些后台处理,但是当我发送请求时,我在rabbitmq日志中得到以下错误。但是,我认为我提供了正确的凭据,因为我的芹菜工作能够使用相同的用户名/密码组合连接到rabbitmq服务器。

=ERROR REPORT==== 12-Jun-2012::20:50:29 ===
exception on TCP connection  from 127.0.0.1:41708
{channel0_error,starting,
                {amqp_error,access_refused,
                            "AMQPLAIN login refused: user 'guest' - invalid credentials",
                            'connection.start_ok'}}

1 个答案:

答案 0 :(得分:-1)

调试amqp协议中的权限问题的最佳方法是查看请求:

transport://userid:password@hostname:port/virtual_host

来自http://docs.celeryproject.org/en/latest/configuration.html#conf-broker-settings