You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a get for rabbitmq exchanges in the client we receive ExchangeInfo.
This is good and comprehensive dto object with lots of information.
However in my particular case I need to access ExchangeMessageStats for some more insights.
But for some reason messageStats is a private field with no getter. ExchangeMessageStats is a public class so I assumed it to have public getter inside ExchangeInfo.
Could you please add this getter to ExchangeInfo.ExchangeMessageStats?
The text was updated successfully, but these errors were encountered:
When doing a get for rabbitmq exchanges in the client we receive ExchangeInfo.
This is good and comprehensive dto object with lots of information.
However in my particular case I need to access
ExchangeMessageStats
for some more insights.But for some reason messageStats is a private field with no getter.
ExchangeMessageStats
is a public class so I assumed it to have public getter insideExchangeInfo
.Could you please add this getter to
ExchangeInfo.ExchangeMessageStats
?The text was updated successfully, but these errors were encountered: