CodeWords

Code, in words.

Amazon SQS CFC

with 2 comments

I’ve just published the first version of a ColdFusion component for the Amazon Simple Queue Service (SQS). The SQS CFC uses mostly the query interface to SQS’ API, except for the sendMessage method, which uses REST. This is because the query interface version of sendMessage only allows messages with a maximum size of only 8 KB, whereas the REST interface allows messages up to the full 256 KB limit.

A known issue exists with the addGrant method, which, as of 20 Jun 2007, is returning “Service Unavailable.”

It’s now available at Google Code. Just download the zip file and insert your Amazon Web Services Access Key ID and Secret Access Key into index.cfm, and start queuing.

Amazon SQS CFC – Google Code

Written by Jeff

June 20, 2007 at 9:48 pm

Posted in Uncategorized

2 Responses

Subscribe to comments with RSS.

  1. I’ve successfully setup ColdFusion to communicate with SQS but I can’t find many resources for EC2 to read the SQS. The example from Amazon requires Java and I’m not very proficient. Do you have any examples to point me in the right direction? Thanks!

    James

    October 15, 2008 at 10:30 am

  2. Very interesting blog. I can get boistrous with my striped back A joke for you! What do you call a nun who walks in her sleep? A roaming Catholic.

    Betentaitezed

    October 27, 2008 at 3:49 am


Leave a Reply