carviaso / google-checkout-dotnet-sample-code

Automatically exported from code.google.com/p/google-checkout-dotnet-sample-code
0 stars 0 forks source link

Add example code for integrating MSMQ into notification processing #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue 11 was about adding example code for asynchronous processing of
notifications. That has been done. But the queue in the example code uses
the file system for storing messages. While fine for many merchants, a
truly scalable solution would use a third-party queue processor, like MSMQ.
Extend the example code to support that as well.

Original issue reported on code.google.com by martin.o...@gmail.com on 6 Jan 2007 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by mihai.io...@gmail.com on 28 Mar 2011 at 11:11