-
Notifications
You must be signed in to change notification settings - Fork 1k
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
@Timed on @JMSListener should register timing metrics #302
Labels
spring-boot change
Change is needed in Spring Boot for this issue
Comments
jkschneider
added
the
spring-boot change
Change is needed in Spring Boot for this issue
label
Oct 12, 2018
Dependent on https://jira.spring.io/browse/SPR-14683 |
@nickstolwijk,
And
|
There was no feedback since 2020. We’ll close it for now, and if there still will be any interest, please comment on this issue and we’ll consider re-opening it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Spring JMS and Spring Boot 2 I want to be able to put the @timed annotation on the methods with @JMSListener, so I can track how much messages I have processed and how long they took. (See the functionality for @scheduled)
The text was updated successfully, but these errors were encountered: