This commit adds observability support for Jakarta JMS support in spring-jms support. This feature leverages the `JmsInstrumentation` infrastructure in `io.micrometer:micrometer-core` library. This instruments the `JmsTemplate` and the `@JmsListener` support to record observations: * "jms.message.publish" when the `JmsTemplate` sends a message * "jms.message.process" when a message is processed by a `@JmsListener` annotated method The observation `Convention` and `Context` implementations are shipped with "micrometer-core". Closes gh-30335 |
||
|---|---|---|
| .. | ||
| cache | ||
| jms | ||
| jmx | ||
| appendix.adoc | ||
| cache.adoc | ||
| checkpoint-restore.adoc | ||
| email.adoc | ||
| jms.adoc | ||
| jmx.adoc | ||
| observability.adoc | ||
| rest-clients.adoc | ||
| scheduling.adoc | ||