odolbeau / rabbit-mq-admin-toolkit

Manage a RabbitMQ cluster easily.
MIT License
84 stars 28 forks source link

Implement dry run mode #10

Open Domisys opened 9 years ago

Domisys commented 9 years ago

Dry run mode compare existing configuration and new one and output computation result with different verbosity modes.

odolbeau commented 9 years ago

I just tried this option on my laptop. :) Works well, except for bindings. Seems that they are always considered as updated, event when they already exist:

Binding : sms:sms................................. [UPDATE]

Does Rabbit return the correct response code?

Domisys commented 9 years ago

I don't have the same issue. It happens for every bindings you have or a specific one ? Could you send me an anonymised version of your yaml file ?

odolbeau commented 9 years ago

Forget it. Just tried again and it works perfectly. :D

odolbeau commented 9 years ago

Can you rebase your PR please? :)

jeremyFreeAgent commented 6 years ago

Any news about that PR? ping @Domisys