Transient (i.e. `durable=false`) exchanges and queues are deprecated. Khepri will store all entities durably. (Even exclusive queues will be stored durably. Exclusive queues are still deleted when the declaring connection is closed.) Similar to how the RabbitMQ AMQP 1.0 Java client already disallows the creation of transient exchanges and queues, this commit will prohibit the declaration of transient exchanges and queues in the RabbitMQ AMQP 1.0 Erlang client starting with RabbitMQ 4.1. |
||
---|---|---|
.. | ||
rabbit_exchange_type_consistent_hash_SUITE.erl |