-
Notifications
You must be signed in to change notification settings - Fork 1.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
With new JMS Observability integration, JmsDefaultListenerContainerSpec could support a builder setter for new ObservationRegistry attribute #8734
Comments
So, the The contribution is welcome: https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc! |
I can try at home in the next days if you are not in much hurry! |
Thanks. |
FYI, I have some related fix which might not require an interaction with listener container in Spring JMS: #8740. I don't say, thought, that we should not expose the mentioned option on a |
Fixes spring-projects#8734 Expose `JmsListenerContainerSpec.observationRegistry(ObservationRegistry observationRegistry)` option
Spring Boot is adding Observability and Traceability to JMS on the new micrometer-tracing layer.
So as soon as this is available in 3.2.0, we will miss a way to pass it in the JmsDefaultListenerContainerSpec builder when creating it like:
See reference ticket: spring-projects/spring-framework#30335 (comment)
The text was updated successfully, but these errors were encountered: