Use apt-get
to install Qpid and its dependencies.
To install the C++ and Python Messaging APIs:
% apt-get install libqpidmessaging2-dev
% apt-get install python-qpid
To install the C++ broker and tools::
% apt-get install qpidd qpid-tools
Use yum
or dnf
to install Qpid and its dependencies.
To install the C and Python Proton APIs:
% yum install qpid-proton-c-devel
% yum install python-qpid-proton
To install the C++ and Python Messaging APIs:
% yum install qpid-cpp-client-devel
% yum install python-qpid
To install Dispatch router and tools:
% yum install qpid-dispatch-router qpid-dispatch-tools
To install the C++ broker and tools:
% yum install qpid-cpp-server qpid-tools
Packages for RHEL 7 and CentOS 7 are available from the Fedora EPEL repositories. Install the EPEL release RPM to add the repository to your system.
% rpm -i https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Once installed, you can use the Fedora instructions above to install the packages.
Apache Qpid, Messaging built on AMQP; Copyright © 2015 The Apache Software Foundation; Licensed under the Apache License, Version 2.0; Apache Qpid, Qpid, Qpid Proton, Proton, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation; All other marks mentioned may be trademarks or registered trademarks of their respective owners