Open epag opened 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.
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):
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)