Spring JMS
OpenTelemetry Java agent instrumentation
This instrumentation enables messaging spans for Spring JMS message consumers.
- Name:
spring-jms-2.0 - Scope:
io.opentelemetry.spring-jms-2.0 - Target versions:
org.springframework:spring-jms:[2.0,6) - Library: https://docs.spring.io/spring-framework/reference/integration/jms.html
Telemetry
- Span attributes:
messaging.destination.name,messaging.message.id,messaging.operation,messaging.system
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.messaging.experimental.capture-headers | list | A comma-separated list of header names to capture as span attributes. | |
otel.instrumentation.messaging.experimental.receive-telemetry.enabled | boolean | false | Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace. |