[CentOS-devel] Setting up fedmsg for centos

Mon Jun 8 17:40:54 UTC 2015
Pierre-Yves Chibon <pingou at pingoured.fr>

On Mon, Jun 08, 2015 at 06:17:43PM +0200, Sven Kieske wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> Hi,
> 
> at a quick glance fedmsg looks a lot
> like general message passing services
> like rabbitmq, zeromq etc.
> 
> what was the intention of reinventing the wheel
> yet another time?

fedmsg is based on zeromq, it's a layer around it making using zeromq easier for
developers (both on the producer and consumer side).
So in that respect, it does not reinvent any wheel :)

Pierre