|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueService | |
---|---|
com.xerox.amazonws.sqs2 |
Uses of QueueService in com.xerox.amazonws.sqs2 |
---|
Methods in com.xerox.amazonws.sqs2 that return QueueService | |
---|---|
static QueueService |
SQSUtils.getQueueService(String accessKey,
String secretKey,
String serverName)
Create a QueueService object for a given URL. |
Methods in com.xerox.amazonws.sqs2 with parameters of type QueueService | |
---|---|
static MessageQueue |
SQSUtils.getMessageQueue(QueueService service,
String msgQueueName)
Deprecated. This method was for compatibility with the old AWS SQS client (@see getQueueOrElse) |
static MessageQueue |
SQSUtils.getQueueOrElse(QueueService qs,
String queueName)
This method will block until the requested message queue is fetched or created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |