This function returns meta data regarding the queue
Contents |
sqsGetAttributes( name, queueUrl )
This function will return a struct with data regarding the queue, for example, the approximate number of messages, visibility settings etc.
<cfset AmazonSQS("testamz", "1WHJCG48Y89P4582", "bC6kfiW715mIenvtr537DcHndYmQwVf5l")>
<cfset queueProperties = sqsGetAttributes("testamz", queueUrl )>