dansimpson / amqp-js

A push enabled AMQP Client for Javascript
120 stars 10 forks source link

user/password not taken into account #6

Open zorel opened 13 years ago

zorel commented 13 years ago

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.

sshilko commented 11 years ago

unfortunatelly ControlChannel.as has guest/guest hardcoded :(