amqp-js
amqp-js copied to clipboard
user/password not taken into account
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.
unfortunatelly ControlChannel.as has guest/guest hardcoded :(