Class AmqpDefaultConfiguration
java.lang.Object
org.springframework.amqp.client.config.AmqpDefaultConfiguration
@Configuration(proxyBeanMethods=false)
@Role(2)
public class AmqpDefaultConfiguration
extends Object
The
Configuration for AMQP 1.0 infrastructure to support
AmqpListener.
Registers AmqpListenerEndpointRegistry and AmqpListenerAnnotationBeanPostProcessor
with the AMQP_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME.
- Since:
- 4.1
- Author:
- Artem Bilan
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe bean name of the defaultAmqpMessageListenerContainerFactory.static final StringThe bean name of the defaultAmqpMessageListenerContainerFactory. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AMQP_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the defaultAmqpMessageListenerContainerFactory.- See Also:
-
DEFAULT_AMQP_LISTENER_CONTAINER_FACTORY_BEAN_NAME
The bean name of the defaultAmqpMessageListenerContainerFactory.- See Also:
-
-
Constructor Details
-
AmqpDefaultConfiguration
public AmqpDefaultConfiguration()
-