T
T
topuserman2019-10-07 11:53:13
RabbitMQ
topuserman, 2019-10-07 11:53:13

Are persistent queues the same thing as persistent queues?

Are persistent queues the same thing as persistent queues? Do I understand correctly that this is just the ability of the queue to save messages when the server crashes or reboots?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2019-10-09
@yarkin

Here in the documentation it is quite to itself is described.
The queue can be either durable or transient. In the first case, the broker will restore it after restarting, but this has nothing to do with its content. Messages will only be restored if they were sent with the persistent flag. Object metadata (queues, exchangers, etc.) are stored in Mnesia, while the messages themselves are separate and in a different format.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question