Skip to content

user/password not taken into account #6

@zorel

Description

@zorel

Hello.

I'm trying to connect to my rabbitmq server using:

MQ.configure({
            logger: console,
            logLevel: 1,
            host: "xxx.xxx",
            user: "tribune",
            password: "tribune",
            vhost: "/tribune"
});

In the rabbitmq log:
exception on TCP connection <0.10995.1> from 92.140.75.xx:6093
{channel0_error,opening,
{amqp_error,access_refused,
"access to vhost '/tribune' refused for user 'guest'",
'connection.open'}}

I've checked in DOM using firebug, MQ is well configured with correct user and password from MQ.configure part, but it seems the flash does not see the conf.

Can I do something to send more info?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions