Calendar

««Nov 2009»»
SMTWTFS
1234567
89
10
11121314
15
16
17
18192021
22232425262728
2930

Alert Email

Get a short email alert whenever a new entry is published.

Confidential, secure it's piece of cake to keep uptodate.

Full Amazon SQS integrated support

Published: 12:09 PM GMT, Tuesday, 8 September 2009

We are pleased to announce the inclusion of a suite of functions, integrated into OpenBD, that allow you to easily access the popular Amazon Simple Queue Service.

With Amazon SQS you can send/receive messages to any number of queues your application requires. This is a great mechanism for distributed processing and permits you to quickly scale up and down your OpenBD CFML applications.

For full details on the functions: Open BDAmazonSQS WIKI

An example of sending a message to an Amazon SQS queue can be seen below:

<cfset AmazonSQS("testamz", "1WHJCG48Y89P4582", "bC6kfiW715mIenvtr537DcHndYmQwVf5l")>
<cfset myMessage= "This is a test message">
<cfset sqsSendMessage( "testamz", queueUrl, myMessage )>

This further compliments our Amazon integration, with both S3 and SimpleDB (which was recently updated to support their new SQL interface).

This is now available in our nightly build and will be in our upcoming official release very soon.

Comments (0)

Add Comment