Created
August 19, 2013 09:19
-
-
Save hagbarddenstore/6267242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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