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

Exceptions when using with RabbitMQ 3.5.1

Open GavinKeepMoving opened this issue 10 years ago • 0 comments

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.

GavinKeepMoving avatar Apr 27 '15 22:04 GavinKeepMoving