Wednesday, June 13, 2012

Cross-post: Windows Azure and Java: Working with Queues

Persistent Systems just published a blog post about working with the Windows Azure SDK for Java to access Windows Azure Queues. The basic operations (inserting, retrieving and deleting messages) are covered, as well as dealing with poison messages (messages that remain in the queue after repeated, failed attempts to process).

The Java SDK queue classes sit atop the Windows Azure Storage REST API.

No comments:

Post a Comment