Kafka vs RabbitMQ vs AWS SQS -- UK Event Streaming (2026)

Updated: June 20269 min read
UKGBPComparisonUK GDPRUK Law

AWS SQS (+ SNS) is ClickMasters default for most UK regulated applications: native AWS integration (CloudTrail audit, IAM permissions, CloudWatch monitoring), no infrastructure to manage, and sufficient for 99% of UK regulated use cases. Apache Kafka is right for high-throughput event streaming (10M+ messages/day) where replay and consumer groups are essential. RabbitMQ is legacy for new UK builds. Message queue choice affects NHS DTAC audit trail, FCA PS21/3 resilience (dead letter queues), and UK GDPR data retention on queued messages.

FactorAWS SQS + SNSApache KafkaRabbitMQ
UK GDPR data residencyeu-west-2 -- native AWS, no third partyAWS MSK -- eu-west-2 availableSelf-hosted -- full control
NHS DTAC audit trailCloudTrail -- immutable SQS operations logKafka audit log -- availableRabbitMQ management plugin -- less robust
FCA PS21/3 dead letter queueNative SQS DLQ -- automatic failed message routingKafka DLQ pattern -- more complexRabbitMQ dead letter exchange -- available
Infrastructure managementBEST -- fully managed, no ops overheadHigh -- Kafka cluster management complexMedium -- RabbitMQ cluster ops
Message replay (re-process history)SQS FIFO -- limited replayBEST -- Kafka log compaction, infinite replayNot designed for replay
ThroughputUp to 3,000/sec standard, 300/sec FIFOBEST -- millions/sec horizontal scaleModerate -- adequate for most workloads
Fan-out (broadcast)BEST -- SNS topic + multiple SQS subscriptionsConsumer groups -- different patternExchange routing -- more complex
Cost at medium scaleLow -- GBP0.40 per million messagesHigher -- MSK cluster costSelf-hosted cost + ops time
ClickMasters defaultAll UK regulated applicationsNHS bulk analytics, FinTech trade data (10M+/day)Legacy projects only

Book a Free Consultation Honest advice. -> clickmasterssoftwaredevelopmentcompany.co.uk/contact/

Get Unbiased Technology Advice

Our architects are certified across all major platforms. We recommend what's actually right for your business — no commission, no bias.

Book Free Consultation