Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue649 - create a metric for broker side queued message count, and report in sr3 status #818

Merged
merged 7 commits into from
Nov 14, 2023

Conversation

petersilva
Copy link
Contributor

  • closes sr3 status display size of queue. #649
  • had to have the moth/amqp declare a second management channel... this one is synchronous, whereas on the normal data channel, there can be a lot of messages in flight.
  • now every subscriber has two channels the normal one and the management one.
  • plugged a call to queue declare in the metricsReport routine, but found it was called more often than I liked.
  • added a timer to keep it from declaring the queue more than once every 30 seconds.

@petersilva petersilva merged commit 0627284 into development Nov 14, 2023
4 checks passed
@petersilva petersilva deleted the issue649 branch November 20, 2023 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sr3 status display size of queue.
6 participants