Replies: 1 comment 2 replies
-
I assume you are referring to #197. All metrics related to this exchange are exposed the same way metrics are exposed using any other exchange. They can be collected using Prometheus (highly recommended) and various HTTP API clients. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I saw support for this, or something like this, was added for 3.10 version. Can anyone share details of how I can retrieve this information at runtime using C#?
My goal is to be able to query and get how many messages are delayed....and what routing key they will use when fired. For us, the routing key corresponds to specific queues. With that...i can easily tell my customers that they have N number of messages to retry for Q x.
also, is it possible to remove a specific message or any matching a specific routing key?
The only option previously was to disable and reenable the plugin if you wanted to eliminate a message from retry. However, this removed everything.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions