3
Queue Design
Feng Lee edited this page 2015-05-05 12:45:10 +08:00

Overview

  1. Point 2 point queue is a special topic name starts with '$Q/'.

  2. Each client subscribe '$Q/client/${clientId}' topic when connected successfully.

  3. A message that is published to topic '$Q/client/${clientId}', will be sent to the client directly.