Class JmsListenerConfigUtils

java.lang.Object
org.springframework.jms.config.JmsListenerConfigUtils

public abstract class JmsListenerConfigUtils extends Object
Configuration constants for internal sharing across subpackages.
Since:
4.1
Author:
Juergen Hoeller
  • Field Details

    • JMS_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME

      public static final String JMS_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
      The bean name of the internally managed JMS listener annotation processor.
      See Also:
    • JMS_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME

      public static final String JMS_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
      The bean name of the internally managed JMS listener endpoint registry.
      See Also:
  • Constructor Details

    • JmsListenerConfigUtils

      public JmsListenerConfigUtils()