Open oarevalo opened 12 years ago
only problem is that messages can only be up to 64k
"The message body can contain up to 64 KB of text in any format."
That could be a problem. When using SQS the bug reports would need to be shorter, or maybe just not include the "HTML Report" part, which is the longest. But still will send the message, application, host, severity and exception details.
The idea is that a custom buglog client instead of calling the buglog server directly, will put the bug reports in an Amazon's SQS queue. Then on the server side, a listener will regularly poll the queue and obtain the reports from there.
This would help by decoupling the client application with the buglog server.