See gh-31398
@ -199,7 +199,7 @@ public abstract class AbstractJmsListenerContainerFactory<C extends AbstractMess
/**
* Set the {@link ObservationRegistry} to be used for recording
* {@linkplain io.micrometer.core.instrument.binder.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
* {@linkplain io.micrometer.jakarta9.instrument.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
* JMS message processing observations}.
* <p>Defaults to no-op observations if the registry is not set.
* @since 6.1
@ -474,7 +474,7 @@ public class JmsTemplate extends JmsDestinationAccessor implements JmsOperations
* Configure the {@link ObservationRegistry} to use for recording JMS observations.
* @param observationRegistry the observation registry to use.
* @see io.micrometer.jakarta10.instrument.jms.JmsInstrumentation
* @see io.micrometer.jakarta9.instrument.jms.JmsInstrumentation
*/
public void setObservationRegistry(ObservationRegistry observationRegistry) {
this.observationRegistry = observationRegistry;