These solution only provide raw rpm hosting, no full yum repository, which is highly useful to maintain rabbitmq-server up-to-date.
An apt repository was already provided on
rabbitmq.com, but for the yum repository only Package Cloud finally brought that.
1/ What is the plan for the Package Cloud removal? When will it happen? Will there be another yum repository to replace it? Will there be a grace period to smoothly migrate to the new yum repository?
2/ If we need right now a yum repository for rabbitmq-server, is Package Cloud recommended or not?
2/a/ If yes, then the initial reported issue should be fixed: don't push suse special packages as same package name & version, with only "Release" changed: yum will pick "3.5.6-1.suse" as newer version than "3.5.6-1" for the same package name "rabbitmq-server", thereby rendering useless the yum repository (because the -1.suse version doesn't work on redhat/centos).
Also, there is an issue with rpm signing: they are signed with rabbitmq gpg key, but the Package Cloud installation documentation assumes the rpm are signed with their own key. This also breaks the yum repository (this can be worked-around by modifying the repo file in /etc/yum.repo.d).
Thanks,
Thomas