Annotation Interface EnableAmqp
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(AmqpDefaultConfiguration.class)
public @interface EnableAmqp
Enable AMQP 1.0 infrastructure beans:
Client etc.- Since:
- 4.1
- Author:
- Artem Bilan
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe value for theClientOptions.futureType()of theClientto be created by theAmqpDefaultConfiguration.
-
Element Details
-
clientId
String clientIdThe value for theClientOptions.id()of theClientto be created by theAmqpDefaultConfiguration. Can be specified as a property placeholder, e.g."${amqp.client-id}".- Returns:
- the client id.
- Default:
""
-
clientFutureType
String clientFutureTypeThe value for theClientOptions.futureType()of theClientto be created by theAmqpDefaultConfiguration. Can be specified as a property placeholder, e.g."${amqp.future-type}".- Returns:
- the future type for the client.
- Default:
""
-