Closed GoogleCodeExporter closed 9 years ago
I've marked this method as "deprecated".
The rationale is that getMessageQueue makes a call to list all message queues
for
the account, which is going to return either some or a lot of data depending on
how
many queues are defined for the account. Then, it will either return a queue
when a
match is found by name, or create the queue, which is another WS call.
I think the preferred method would be to simply call
QueueService.getOrCreateMessageQueue(), which is a single WS call which returns
a
fixed amount of data (namely the queue URL). It is consistent and less overhead
than
the getMessageQueue call, which is mostly there for compatibility with an older
AWS
java client.
Original comment by dkavan...@gmail.com
on 23 Mar 2010 at 10:00
Issue 58 has been merged into this issue.
Original comment by dkavan...@gmail.com
on 23 Mar 2010 at 11:02
Original issue reported on code.google.com by
walsh...@gmail.com
on 25 Feb 2010 at 2:49