Hi All
I'm creating an solution in which proprietary device gizmos send image files to Azure where they're processed by worker roles. When finished processing, I need some way to notify "interested" clients which may be mobile devices, Silverlight clients, or HTML5 clients, that their image is ready. The notification piece is where I need guidance.
What's a good robust way to handle the pub/sub notification? Is Service Bus the best mechanism for this sort of communication to clients? For example, ACME Co. has 5 tablets and one gizmo. When a gizmo uploads an image, process, then notify all 5 tablets with a popup toast that an image is available for review...
Thanks!
Mark