CloudServices/FirefoxMobileServices/ChannelService: Difference between revisions

Line 184: Line 184:
more efficient implementations as they're available.
more efficient implementations as they're available.


==== Workers / Application Queues ====
==== Workers ====


Workers are responsible for:
Workers are responsible for:
Line 193: Line 193:
* Pulling messages from the retry queue for delivery
* Pulling messages from the retry queue for delivery
* Delivering NACK messages to the Service Queue for messages that failed delivery
* Delivering NACK messages to the Service Queue for messages that failed delivery
Workers can draw from multiple queues or a single queue depending on through-put requirements.
==== Application Queues ====
Application queues are the interface used to send/receive messages to device's from Mozilla Services. All interaction
with clients passes through the application queues.


===Push Server Modifications===
===Push Server Modifications===
Confirmed users
192

edits