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.
Hello.
I'm trying to connect to my rabbitmq server using:
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.