Record - rabbitmq : ExchangeConfiguration

Holds the parameters used to declare an exchange.

Fields

  • exchangeName string
  • The name of the exchange.

  • exchangeType ExchangeType DIRECT_EXCHANGE
  • The type of exchange.

  • durable boolean false
  • True if declaring a durable exchange (the exchange will survive a server restart).

  • autoDelete boolean false
  • True if we are declaring an autodelete exchange (server will delete it when it is no longer in use).

  • arguments map? ()
  • Other properties (construction arguments) for the queue.