|
|
|
|
|
by florbo
1441 days ago
|
|
What's low volume? At one point I used rmq to ingest ~20,000 messages per second of varying length. From Tweets to blog posts, all containing the full content of the activity with metadata. It was with 3 node cluster.. wish I remembered the specs but nothing crazy aside from the SSD IOPs. The one time it fell over was when the consumers were broke long enough to fill up the disks. |
|
other log-based messaging technologies like kinesis, kafka, etc do not care if a consumer goes down & are thus much safer.