Annotation Interface EnableAmqp


Enable AMQP 1.0 infrastructure beans: Client etc.
Since:
4.1
Author:
Artem Bilan
See Also:
  • Client
  • Element Details

    • clientId

      String clientId
      The value for the ClientOptions.id() of the Client to be created by the AmqpDefaultConfiguration. Can be specified as a property placeholder, e.g. "${amqp.client-id}".
      Returns:
      the client id.
      Default:
      ""
    • clientFutureType

      String clientFutureType
      The value for the ClientOptions.futureType() of the Client to be created by the AmqpDefaultConfiguration. Can be specified as a property placeholder, e.g. "${amqp.future-type}".
      Returns:
      the future type for the client.
      Default:
      ""