Skip to content

Conversation

@davidedg
Copy link

  • implemented QueueAge Check (checks timestamp of oldest message in queues)
  • reduced calls to broker when using queue filters: only calls broker for intended queues and not for every single queue
  • using python requests in place of urllib for calls to broker
  • improved python2/python3 portability
  • slightly improved PEP8 compliance

davidedg and others added 18 commits July 20, 2018 16:11
- implemented QueueAge Check (checks timestamp of oldest message in queues)
- reduced calls to broker when using queue filters: only calls broker for intended queues and not for every single queue
- using python requests in place of urllib for calls to broker
- improved python2/python3 portability
- slightly improved PEP8 compliance
Implemented QueueAge check and other improvements
Errors thrown by the broker in queueage are now correctly handled
If broker has missing JARs and exception java.lang.NoClassDefFoundError is thrown, instead of using REST/API Jolokia, retrieve message timestamps from browse.jsp
Use queue name with minutes as UOM for each performance data series
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.

1 participant