Last active
August 29, 2015 14:14
-
-
Save StanAngeloff/e3f987db5015318fd875 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
QueueOrderEvidenceCollectionHandler (subscribes to 'order.paid' event) | |
-> push OrderEvidenceCollectionJob to queue (Resque) | |
-> worker pulls OrderEvidenceCollectionJob from queue | |
-> publish CollectOrderEvidenceCommand over command bus (RabbitMQ) | |
-> let handler perform actual work and delegate to collectors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment