spring-framework/framework-docs/modules/ROOT/pages/integration
Brian Clozel 2c895974b2 Add observability support for JMS
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
2023-08-13 18:24:51 +02:00
..
cache Documentation for caching with CompletableFuture and reactive types 2023-07-26 13:07:22 +02:00
jms Remove outdated documentation references to WebLogic/WebSphere 2023-08-12 14:50:45 +02:00
jmx Explicit note on FactoryBean resolution with MBeanExporter 2023-08-08 20:11:28 +02:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
cache.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
checkpoint-restore.adoc Rename checkpoint property to "spring.context.checkpoint" 2023-06-13 19:06:46 +02:00
email.adoc Fix cross references 2023-05-04 15:35:05 +01:00
jms.adoc Split files 2023-05-04 15:35:05 +01:00
jmx.adoc Fix cross references 2023-05-04 15:35:05 +01:00
observability.adoc Add observability support for JMS 2023-08-13 18:24:51 +02:00
rest-clients.adoc Revise docs for server use of `@HttpExchange` 2023-08-04 18:21:42 +03:00
scheduling.adoc Polishing 2023-07-27 21:47:54 +02:00