CloudServices/Notifications/Specification: Difference between revisions

m
Line 123: Line 123:
* '''User Exchange''': Entity within the message broker where all messages destined for a particular user are sent.
* '''User Exchange''': Entity within the message broker where all messages destined for a particular user are sent.


* '''Client Queue''': Entity within the message broker where all messages destined for a particular client of a user are sent (note there is a 1:1 relationship between the number of clients and their respective queues, but a 1:n relationship between a user and all its clients).
* '''Client Queue''': Entity within the message broker where all messages destined for a particular client of a user are sent (i.e. one queue per client).


== Server API ==
== Server API ==
169

edits