Hacking Amazon SQS
I’ve been working on a simple Amazon SQS to be able to send a thousands of messages and log them to a db to be queried later using a web service. After a few rundown, I tried using typica http://code.google.com/p/typica/ for api to SQS and the Apache Axis2 http://ws.apache.org/axis2/ for the webservice implementation. I’ve been [...]

0 Comments