Annotation Interface EnableAmqp
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(AmqpDefaultConfiguration.class)
public @interface EnableAmqp
Enable AMQP 1.0 infrastructure beans for
AmqpListener.- Since:
- 4.1
- Author:
- Artem Bilan