Comparing Message Queue Architectures on AWS
tech.forter.com
Comparing Message Queue Architectures on AWS
1–10 of 44 posts
Re: Comparing Message Queue Architectures on AWS
#2Re: Comparing Message Queue Architectures on AWS
#3OP here... I would be happy to discuss any comments you have.
Re: Comparing Message Queue Architectures on AWS
#4OP here... I would be happy to discuss any comments you have.
No message delivery guarantee in face of RabbitMQ server failure.
Wouldn't that be solved by using a persistent queue and high availability clustering (i.e. the queue is duplicated over N servers)?Re: Comparing Message Queue Architectures on AWS
#5OP here... I would be happy to discuss any comments you have.
For RabbitMQ you mention: No message delivery guarantee in face of RabbitMQ server failure. Wouldn't that be solved by using a persistent queue and high availability clustering (i.e. the queue is duplicated over N servers)?
Re: Comparing Message Queue Architectures on AWS
#6OP here... I would be happy to discuss any comments you have.
I know it's not the core topic of the article, but would love a deeper dive into your Kinesis implementation. What is your API & processing servers written in? How easy was it to pump events into Kinesis? What does your event processing architecture look like with respect to Kinesis? Where does the event data end up? RedShift?
Re: Comparing Message Queue Architectures on AWS
#7FWIW, I've been working on a framework for empirically testing queue performance for scaled-up, distributed deployments (https://github.com/tylertreat/Flotilla). Haven't gotten around to adding support for AWS services yet, but would be interesting to see how they compare.
Re: Comparing Message Queue Architectures on AWS
#8Really nice write up. I'm curious if you guys have done any extensive throughput and latency benchmarking? I saw the note saying "ballpark figures." FWIW, I've been working on a framework for empirically testing queue performance for scaled-up, distributed deployments ( https://github.com/tylertreat/Flotilla ). Haven't gotten around to adding support for AWS services yet, but would be interesting to see how they comp…
Re: Comparing Message Queue Architectures on AWS
#9OP here... I would be happy to discuss any comments you have.
Re: Comparing Message Queue Architectures on AWS
#10Really nice write up. I'm curious if you guys have done any extensive throughput and latency benchmarking? I saw the note saying "ballpark figures." FWIW, I've been working on a framework for empirically testing queue performance for scaled-up, distributed deployments ( https://github.com/tylertreat/Flotilla ). Haven't gotten around to adding support for AWS services yet, but would be interesting to see how they comp…