FINDING · DEFENSE

A single shared bidirectional SQS queue was rejected for Snowflake rendezvous because SQS provides no mechanism to direct messages to a specific consumer — all polling clients would receive all other clients' messages, creating a privacy violation. The adopted design uses one shared incoming queue (broker-read-only) plus per-client temporary outgoing queues identified by randomly generated 64-bit IDs, with the broker periodically deleting queues idle for more than a configurable number of minutes.

From 2024-pu-exploringExploring Amazon Simple Queue Service (SQS) for Censorship Circumvention · §3.1 · 2024 · Free and Open Communications on the Internet

Implications

Tags

censors
generic
defenses
webrtc-pluggablebridges

Extracted by claude-sonnet-4-6 — review before relying.