This project is no longer actively supported. It is made available as read-only. A highly available, horizontally scalable queuing and notification service compatible with AWS SQS and SNS
Currently the two supported modes of operation are active-passive-failover and pseudo-active-active. We would like to add the ability to operate queues in true active-active mode, meaning you can write to and read from the same queue in multiple data centers. Messages should be allowed to travel across data center boundaries to balance asymmetric traffic or to deal with (partial) outages. Message bodies already flow freely through the Cassandra ring but we need to add the ability to move message IDs stored in Redis among data centers.
Currently the two supported modes of operation are active-passive-failover and pseudo-active-active. We would like to add the ability to operate queues in true active-active mode, meaning you can write to and read from the same queue in multiple data centers. Messages should be allowed to travel across data center boundaries to balance asymmetric traffic or to deal with (partial) outages. Message bodies already flow freely through the Cassandra ring but we need to add the ability to move message IDs stored in Redis among data centers.