While working on #44465 I noticed that DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry (introduced in 0321a8a) is public unlike other setters in this class that are package-private. There are no usages of #setObservationRegistry outside of its package so this was likely by accident.