'AWS SQS: how to use 1 publisher->N receivers?

How to create in AWS SQS something like 'direct' exchange in RabbitMQ: 1 message -> N receivers queues.

Each client app connects to server and creates its own queue, a publisher sends one messages to exchange (direct+routing key) and its sent to all N queues, then each user reads its own queue and the queue is emptied.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source