Class RabbitListenerConfigUtils
java.lang.Object
org.springframework.amqp.rabbit.config.RabbitListenerConfigUtils
Configuration constants for internal sharing across subpackages.
- Since:
- 1.4
- Author:
- Juergen Hoeller
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The MultiRabbit admins' suffix.static final String
The bean name of the ContainerFactory of the default broker for MultiRabbit.static final String
The default property to enable/disable MultiRabbit processing.static final String
The bean name of the default RabbitAdmin.static final String
The bean name of the default ConnectionFactory.static final String
The bean name of the internally managed Rabbit listener annotation processor.static final String
The bean name of the internally managed Rabbit listener endpoint registry. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
The bean name of the internally managed Rabbit listener endpoint registry.- See Also:
-
RABBIT_ADMIN_BEAN_NAME
The bean name of the default RabbitAdmin.- See Also:
-
RABBIT_CONNECTION_FACTORY_BEAN_NAME
The bean name of the default ConnectionFactory.- See Also:
-
MULTI_RABBIT_ENABLED_PROPERTY
The default property to enable/disable MultiRabbit processing.- See Also:
-
MULTI_RABBIT_CONTAINER_FACTORY_BEAN_NAME
The bean name of the ContainerFactory of the default broker for MultiRabbit.- See Also:
-
MULTI_RABBIT_ADMIN_SUFFIX
The MultiRabbit admins' suffix.- See Also:
-
-
Constructor Details
-
RabbitListenerConfigUtils
public RabbitListenerConfigUtils()
-