@cloudamqp/amqp-client
    Preparing search index...

    Type Alias ExchangeParams

    type ExchangeParams = {
        autoDelete?: boolean;
        durable?: boolean;
        internal?: boolean;
        passive?: boolean;
    }
    Index

    Properties

    autoDelete?: boolean

    if the exchange should be deleted when the last binding from it is deleted

    durable?: boolean

    if the exchange should survive server restarts

    internal?: boolean

    if exchange is internal to the server. Client's can't publish to internal exchanges.

    passive?: boolean

    if the exchange name doesn't exist the channel will be closed with an error, fulfilled if the exchange name does exists