On 01/23/2015 08:27 AM, Brian Bouterse wrote: > I believe you do not need to install any Qpid bits while using rabbitMQ.
There is still one part of Pulp that has not been converted to use Kombu, and due to this we do still have a hard dependency on python-qpid for now: https://github.com/pulp/pulp/blob/master/server/pulp/server/managers/event/remote.py#L16 I filed a bug about this a while ago: https://bugzilla.redhat.com/show_bug.cgi?id=1103354 Fixing it would involve converting that code to use Kombu instead so that users can choose which message bus they would like to use. If you do not use the event notification system, the only downside to the way it is is that you need to install python-qpid. You do not need a qpid broker to be running unless you want to use these events. AFAIK, this is the only part of Pulp that hard-depends on qpid.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
