This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.
This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.
To install php81-amqp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php81-amqp
To see what files were installed by php81-amqp, run:
port contents php81-amqp
To later upgrade php81-amqp, run:
sudo port selfupdate && sudo port upgrade php81-amqp
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.