Closed alarbada closed 8 months ago
Present implementations of QueueDeclare and ExchangeDeclare use non-durable configurations (durable set to false). Maybe it would be useful to make that parameter configurable.
QueueDeclare
ExchangeDeclare
durable
false
Present implementations of
QueueDeclare
andExchangeDeclare
use non-durable configurations (durable
set tofalse
). Maybe it would be useful to make that parameter configurable.