Class RabbitListenerConfigUtils


  • public abstract class RabbitListenerConfigUtils
    extends Object
    Configuration constants for internal sharing across subpackages.
    Since:
    1.4
    Author:
    Juergen Hoeller
    • Field Detail

      • RABBIT_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME

        public static final String RABBIT_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
        The bean name of the internally managed Rabbit listener annotation processor.
        See Also:
        Constant Field Values
      • RABBIT_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME

        public static final String RABBIT_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
        The bean name of the internally managed Rabbit listener endpoint registry.
        See Also:
        Constant Field Values
      • RABBIT_ADMIN_BEAN_NAME

        public static final String RABBIT_ADMIN_BEAN_NAME
        The bean name of the default RabbitAdmin.
        See Also:
        Constant Field Values
      • RABBIT_CONNECTION_FACTORY_BEAN_NAME

        public static final String RABBIT_CONNECTION_FACTORY_BEAN_NAME
        The bean name of the default ConnectionFactory.
        See Also:
        Constant Field Values
      • MULTI_RABBIT_ENABLED_PROPERTY

        public static final String MULTI_RABBIT_ENABLED_PROPERTY
        The default property to enable/disable MultiRabbit processing.
        See Also:
        Constant Field Values
      • MULTI_RABBIT_CONTAINER_FACTORY_BEAN_NAME

        public static final String MULTI_RABBIT_CONTAINER_FACTORY_BEAN_NAME
        The bean name of the ContainerFactory of the default broker for MultiRabbit.
        See Also:
        Constant Field Values
      • MULTI_RABBIT_ADMIN_SUFFIX

        public static final String MULTI_RABBIT_ADMIN_SUFFIX
        The MultiRabbit admins' suffix.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RabbitListenerConfigUtils

        public RabbitListenerConfigUtils()