Michael Klishin
Michael Klishin
`rabbitmq-diagnostics node_health_check` (née `rabbitmqctl node_health_check`) has been [deprecated](https://rabbitmq.com/monitoring.html#deprecations) for well over a year. It is a very opinionated, very expensive health check that is often abused and performed [unreasonably](https://rabbitmq.com/monitoring.html#monitoring-frequency) often,...
Originally filed as https://github.com/rabbitmq/rabbitmq-management/issues/293. One thing that's immediately not obvious to me is what should happen when new vhosts are added, since this is an ongoing maintenance problem. Also, as...
[See this rabbitmq-users thread for background](https://groups.google.com/forum/#!topic/rabbitmq-users/rpO3dFzm-yQ). If a node is removed from a cluster, all non-mirrored queues hosted on it should be removed or migrated (depending on their durability: durable...
Can potentially be very dangerous but also occasionally useful. Suggested by @Gsantomaggio.
Can potentially be very dangerous but also occasionally useful. Suggested by @Gsantomaggio.
See the discussion in https://github.com/php-amqplib/php-amqplib/pull/491. It would be nice if both had identical defaults. It remains to be decided what the default should be and how can we cause as...
### What does this PR do? Currently the reference link is set to the guide for mirrored queues, a deprecated feature that is just one example of how policies are...
It may be nice to steal a page from Hutch/etc's book and provide a way to serialize and deserialize published messages and delivered bodies automatically. We can go as far...
See https://github.com/ruby-amqp/bunny/issues/579 for background. RabbitMQ Java client has tweaked its "known entity" tracking to track and invalidate entries in its cache of known entities based on some of their attributes...
See #543 for background. It would be useful to log a warning (or even an error) when a channel's consumer dispatch (work) pool is exhausted since it likely can have...