Initial working version of this is available at: https://github.com/mahendra/libcloud/tree/queues/libcloud/queues
On Tue, Feb 19, 2013 at 1:33 PM, Mahendra M (JIRA) <[email protected]> wrote: > Mahendra M created LIBCLOUD-298: > ----------------------------------- > > Summary: Support for queues > Key: LIBCLOUD-298 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-298 > Project: Libcloud > Issue Type: New Feature > Components: Core > Reporter: Mahendra M > Assignee: Mahendra M > > > This ticket is for providing support for queues (Amazon SQS, Azure Queues > etc.). > > Was inspecting SQS and Azure Queues. There is lot of functionality in > common. This can be abstracted out into simple apis for > * creating, listing, deleting queues > * sending/receiving messages > > Extra functionality can be supported via extensions. > > Have a working version ready with drivers for Azure Queues and Amazon SQS. > Will submit a patch after writing test cases > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira > -- Mahendra http://twitter.com/mahendra
