RabbitMQ-Management-API-Client icon indicating copy to clipboard operation
RabbitMQ-Management-API-Client copied to clipboard

A OO PHP client for the RabbitMQ Management Plugin API

Results 8 RabbitMQ-Management-API-Client issues
Sort by recently updated
recently updated
newest added

This branch is an update to this library to allow it to work with modern (circa 2019) versions of PHP, RabbitMQ, Guzzle, React, Doctrine, PHPUnit and related support libraries. (see...

I think supported versions of Guzzle are 6.x (maybe 5.x) but this library requires ~3 which means it conflicts with anything else using more up-to-date versions of Guzzle. Not sure...

Here is the log: Fatal error: Call to undefined method Guzzle\Http\Exception\CurlException::getResponse() $HOME/vendor/alchemy/rabbitmq-management-client/src/RabbitMQ/Management/APIClient.php I think getResponse() method should be changed by the getError() method. Thanks!

When running Asynchronous Queries example I get exceptions like this: exception 'InvalidArgumentException' with message 'Entity RabbitMQ\Management\Entity\Queue does not have property recoverable_slaves' Sounds like the Queue class is lack of 'recoverable_slaves',...

## Issue - When calling APIClient::listQueues() on a RabbitMQ 3.3 server I get exceptions like this: ``` Entity RabbitMQ\Management\Entity\Queue does not have property consumer_utilisation Entity RabbitMQ\Management\Entity\Queue does not have property...

Could you add support to retrieve the information from `/api/nodes`?