Skip to content

[Other] Understanding transient_nonexcl_queues feature deprecation (queues that are both non-durable and non-exclusive) #13161

Closed Answered by michaelklishin
loucadufault asked this question in Other
Discussion options

You must be logged in to vote

@loucadufault because all transient entities will go away together with Mnesia later in the 4.x series. Khepri does not offer transient storage. The only exception is exclusive queues.

You can always add TTL of, say, 24 hours to a durable classic queue. For as long as the queue has consumers, it will be considered to be "in use", and then after 24 hours it will be deleted by TTL.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants