Skip to content

Are delayed messages ready for high throughput? #782

Answered by viktorerlingsson
dszymon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Yes, delayed message exchanges support persistence.
Performance will be slightly lower than with other types of exchanges, because there is some additional processing that needs to be done. Delayed messages are first published to a separate queue, and then re-published (dead-lettered) to the correct queue with the supplied routing key.

Hope that answers your question!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dszymon
Comment options

Answer selected by dszymon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants