Class AmqpDefaultConfiguration

java.lang.Object
org.springframework.amqp.client.config.AmqpDefaultConfiguration
All Implemented Interfaces:
Aware, ImportAware, EnvironmentAware

@Configuration(proxyBeanMethods=false) @Role(2) public class AmqpDefaultConfiguration extends Object implements ImportAware, EnvironmentAware
The Configuration for AMQP 1.0 infrastructure. Provides default bean for the ProtonJ Client. If this class is imported via EnableAmqp, then ClientOptions are based on EnableAmqp attributes.
Since:
4.1
Author:
Artem Bilan
See Also: