We have several systems that we're going to switch to use some type of reliable architecture and using messaging is how we want to do it.
The thought is that we're going to use some cheap hosting (shared, not dedicated) to make calls but we need the calls to be reliable. If the destination server is not available, the message must be retried a few times before failing.
Web page is accessed > site adds a request to the queue > message is delivered to target end point
Is this do-able with shared hosting? What are other options if WCF + MSMQ wont work?