NOAA-OWP / wres

Code and scripts for the Water Resources Evaluation Service
Other
2 stars 1 forks source link

As a developer, I want jms statistics to be gathered and reported #265

Open epag opened 2 months ago

epag commented 2 months ago

Author Name: James (James) Original Redmine Issue: 94614, https://vlab.noaa.gov/redmine/issues/94614 Original Date: 2021-07-28


Given an evaluation When messaging occurs via the java messaging service, jms Then I want statistics to be gathered and reported So that I can better understand how the messaging clients are performing (e.g., in terms of message throughput)

epag commented 2 months ago

Original Redmine Comment Author Name: James (James) Original Date: 2021-07-28T10:45:08Z


As noted in #61680, marschall has something for jdbc traffic in jfr, but also something similar for jms traffic:

https://github.com/marschall/jfr-jms#readme

However, that may not be prime time (nothing on maven, I see). Anyway, that is just one possibility. Goal: collect jfr statistics for jms traffic. Secondary goal: use something that already exists, not roll our own.

epag commented 2 months ago

Original Redmine Comment Author Name: James (James) Original Date: 2021-07-28T10:46:21Z


Looks like that might've been ditched in favor of something related to Spring (yuck):

https://github.com/marschall/jfr-jmstemplate