Skip to content

Instantly share code, notes, and snippets.

@hagbarddenstore
Created August 19, 2013 09:19
Show Gist options
  • Save hagbarddenstore/6267242 to your computer and use it in GitHub Desktop.
Save hagbarddenstore/6267242 to your computer and use it in GitHub Desktop.
1) Customer calls /messages/send
2) API sends a request via WCF to send the message
3) Application server starts the send message process and returns the process id
4) API returns the process id in it's response
5) Application server generates a batch to be sent
6) Application server sends off a message to the billing server
7) Billing server creates order and pays for it and responds to the application server
8) Application server sends off the batch to the message server and starts polling message server for status changes
9) Messsage server sends the message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment