amqp-js icon indicating copy to clipboard operation
amqp-js copied to clipboard

user/password not taken into account

Open zorel opened this issue 14 years ago • 1 comments

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.

zorel avatar Feb 21 '11 22:02 zorel

unfortunatelly ControlChannel.as has guest/guest hardcoded :(

sshilko avatar Oct 16 '13 13:10 sshilko