Qpid Proton is a high-performance, lightweight AMQP 1.0 messaging library.
Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language.
Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language.
To install qpid-proton, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qpid-proton
To see what files were installed by qpid-proton, run:
port contents qpid-proton
To later upgrade qpid-proton, run:
sudo port selfupdate && sudo port upgrade qpid-proton
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.