Class AbstractJmsListenerContainerFactoryConfigurer<T extends AbstractJmsListenerContainerFactory<?>>

java.lang.Object
org.springframework.boot.jms.autoconfigure.AbstractJmsListenerContainerFactoryConfigurer<T>
Type Parameters:
T - the connection factory type.
Direct Known Subclasses:
DefaultJmsListenerContainerFactoryConfigurer, SimpleJmsListenerContainerFactoryConfigurer

public abstract class AbstractJmsListenerContainerFactoryConfigurer<T extends AbstractJmsListenerContainerFactory<?>> extends Object
Configure common JmsListenerContainerFactory settings with sensible defaults.

This includes:

  • A DestinationResolver is such a component is present.
  • A MessageConverter is such a component is present.
  • An ExceptionListener is such a component is present.
  • An ObservationRegistry is such a component is present.
  • Configuration properties of the spring.jms namespace that are common to all implementations.
  • Since:
    4.1.0
    Author:
    Stephane Nicoll, EddĂș MelĂ©ndez, Vedran Pavic, Lasse Wulff
    • Constructor Details

      • AbstractJmsListenerContainerFactoryConfigurer

        public AbstractJmsListenerContainerFactoryConfigurer()
    • Method Details