skyscreamer / nevado

A JMS driver for Amazon SQS.

Home Page:http://nevado.skyscreamer.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not setting queueUrl property of NevadoQueue can fail with 403 (Access denied)

madganti opened this issue · comments

If the queueUrl property of NevadoQueue is not set, creation of queue with the name is attempted which can throw a 403 if the user does not have access to sqs:createQueue operation.
We need to make sure the user can create a queue first. If not, then fail because queueUrl is not set.