I had this up and working for a month with no issues. Then I restarted my service that connects to RabbitMQ (using the .Net RabbitMQClient 3.6.2) and I started getting this error.
Error on AMQP connection <0.12732.86> ([::1]:60708 -> [::1]:5672, state: starting):
PLAIN login refused: user 'xxx' - invalid credentials
I verified that the password is correct and verified that it has full permissions.
Virtual Host = /
Configure regexp = .*
Write regexp = .*
Read regexp = .*
tags = administrator
The service is on the same box as rabbitMQ. It cannot connect using this account, but I can connect using guest/guest.
Other applications, running on different machines CAN and do connect to the rabbitMQ instance on this machine using this account and do not get login refused.
I am totally baffled.
Any help is appreciated.