I'm currently working on a series of alerts that will examine the status of a response from a foreign web service and send alerts based on the status of the the response object (for example timeouts, invalid data etc.). I want the main thread to continue working while the response is evaluated and alerts are sent.
I have two immediate options available to me:
They both seem like pretty good options to me but I'm leaning toward the threaded command since I don't need most of the features of a message queue.
Question: How would you decide which to use and why?
Two words:
Guaranteed Delivery.
If thats important to you, then a message queue is what you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With