Class RabbitListenerConfigUtils

java.lang.Object
org.springframework.amqp.rabbit.config.RabbitListenerConfigUtils

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

    • 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:
    • 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:
    • RABBIT_ADMIN_BEAN_NAME

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

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

      public static final String MULTI_RABBIT_ENABLED_PROPERTY
      The default property to enable/disable MultiRabbit processing.
      See Also:
    • 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:
    • MULTI_RABBIT_ADMIN_SUFFIX

      public static final String MULTI_RABBIT_ADMIN_SUFFIX
      The MultiRabbit admins' suffix.
      See Also:
  • Constructor Details

    • RabbitListenerConfigUtils

      public RabbitListenerConfigUtils()