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 Summary
Fields Modifier and Type Field Description static String
MULTI_RABBIT_ADMIN_SUFFIX
The MultiRabbit admins' suffix.static String
MULTI_RABBIT_CONTAINER_FACTORY_BEAN_NAME
The bean name of the ContainerFactory of the default broker for MultiRabbit.static String
MULTI_RABBIT_ENABLED_PROPERTY
The default property to enable/disable MultiRabbit processing.static String
RABBIT_ADMIN_BEAN_NAME
The bean name of the default RabbitAdmin.static String
RABBIT_CONNECTION_FACTORY_BEAN_NAME
The bean name of the default ConnectionFactory.static String
RABBIT_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the internally managed Rabbit listener annotation processor.static String
RABBIT_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
The bean name of the internally managed Rabbit listener endpoint registry.
-
Constructor Summary
Constructors Constructor Description RabbitListenerConfigUtils()
-
-
-
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
-
-