Skip to content

Concerns About RabbitMQ Storage Capacity for Large Volumes of Persistent Messages #13112

Discussion options

You must be logged in to vote

GBs of data across many QQs should not be a problem in general. Keep in mind that QQs keep some per-message metadata in memory so the more messages you store, the more RAM will be used (again, it's metadata only, not messages themselves, as hopefully explained in the aforementioned blog post).

This however introduces another dimension - how many quorum queues? If they are relatively idle, a few thousands should be fine, but if you have tens of thousands of queues in mind - that would be a challenge.

You can use federation with QQs, but it sounds like shovel is more what you need. Or just develop your own app - there's nothing special about shovel - it's just an AMQP client that consumes m…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sergio-aguilar-tuhh
Comment options

@mkuratczyk
Comment options

Answer selected by michaelklishin
@sergio-aguilar-tuhh
Comment options

@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants