Information about rabbitmq delayed-exchange -


we using rabbitmq-server_3.5.7 , corresponding delayed-message-exchange plugin

until using direct-exchanges , controlling delays on message-producers on client applications (and keeping track of number of messages in queue).

we have started using delay-exchanges successfully, wondering how check number of messages delayed (this is, awaiting routed queue).

does rabbit provide way of knowing this? there other method access information?

thanks!

sorry, should've searched better before posting.

basically, looking through closed issues in repo:

https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/issues/3

it's stated functionality available in release 3.7.0 (at time of writing it's still 3.6.6)


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -