Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message when creating an exchange with rabbitmq_exchange #137

Closed
jwreeder opened this issue Oct 24, 2013 · 3 comments
Closed

Error message when creating an exchange with rabbitmq_exchange #137

jwreeder opened this issue Oct 24, 2013 · 3 comments

Comments

@jwreeder
Copy link

When an exchange is declared a check is performed to see if the exchange exists. This check posts an error since the specified credentials are not being passed to the call. This is the same symptom that was fixed for the actual creation of the exchange in release 3.1.0. The exchange is created but there is still an error message logged since the default credentials do not have access to list the exchanges.

The rabbitmqadmin command is:
/usr/local/bin/rabbitmqadmin list exchanges

It should be:
/usr/local/bin/rabbitmqadmin list exchanges --user= --password=

@matthewbarr
Copy link

I'm actually seeing this not produce an error so much as just repeating the creation of the exchange at every run.

That, after fixing #149 . Because right now, with RMQ 3.2.1, you just get errors all around.

@matthewbarr
Copy link

(To update: you would get an error if you have deleted the default guest user. )

@matthewbarr
Copy link

@RColeman This doesn't seem to have shown up in the new ticketing system. I've cleaned up issue #149 , but this is still present. If you do have the default users prefetch fails to find the exchanges for another vhost, and always recreates them.

If you do not have the defaults enabled, you end up w/ errors. This functionality is called from the puppetlabs/mcollective forge module, btw...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants