Git Product home page Git Product logo

rabbitmq-management-api-client's People

Contributors

aztech-dev avatar bburnichon avatar cordoval avatar fabre-thibaud avatar niktux avatar nlegoff avatar robsen77 avatar romainneutron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rabbitmq-management-api-client's Issues

Upgrade Guzzle

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 what's involved in changing to that of later versions of Guzzle - but probably not much more than updating composer (I'm guessing?)

Can make PR for that but couldn't verify everything would work again.

Fatal Error CurlException

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!

current status of lib

has this library been superseded by any other? just curious I am trying to create a synchronous client to wrap it into a provider https://github.com/uecode/qpush-bundle/pull/26/files#diff-54bbf52c65c53880b01ba83fab85607bR55

I was trying to look at this too
https://github.com/videlalvaro/RabbitMqBundle/

I guess both libraries this and the RabbitMqBundle (@videlalvaro) complement each other? or which ones i would need to do such a client? I wished the RabbitMqBundle would be a library and not a bundle!

Exceptions when using with RabbitMQ 3.3

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 state

Solution

Adding this at the top of Queue.php serves as a quick fix:

    public $consumer_utilisation;
    public $state;

Clues

  • There are probably other new/changed properties between 3.1 and 3.3, so a careful comparison needs to take place

Exceptions when using with RabbitMQ 3.5.1

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', 'disk_reads' and 'disk_writes' property.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.