Files
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
..
2023-07-26 14:07:08 +02:00
2023-05-04 15:35:05 +01:00
2023-05-04 15:35:05 +01:00
2023-05-04 15:35:05 +01:00
2023-05-04 15:35:05 +01:00
2023-07-27 21:47:54 +02:00