This function lists all your registered Amazon Queues
Contents |
sqsListQueues( name )
This function will return a CFML Query object, with a single column (queue) of all the URL's for the queues
<cfset AmazonSQS("testamz", "1WHJCG48Y89P4582", "bC6kfiW715mIenvtr537DcHndYmQwVf5l")>
<cfset queueQry = sqsListQueues("testamz")>
<cfdump var="#queueQry#">