This document explains samples and how to use them.
More detail is defined at queue key concept.
This document describes how to use samples and what is done in each sample.
Getting started explained in detail [here][SDK_README_GETTING_STARTED].
For details on including this dependency in other build tools (Gradle, SBT, etc), refer here.
These sample can be run in your IDE with default JDK.
Get started with our samples:
- QueueServiceSample: Create, list and delete queues
- MessageSample: Enqueue, peek dequeue, update, clear and delete messages. Get properties of the queue.
- QueueExceptionSample: Handle the exceptions from storage queue service side.
- AsyncSample: Create queue and enqueue message using async queue client call.
When interacting with blobs using this Java client library, errors returned by the service correspond to the same HTTP
status codes returned for REST API requests. For example, if you try to retrieve a container or blob that
doesn't exist in your Storage Account, a 404
error is returned, indicating Not Found
Start using Storage Queue Java SDK in your solutions. Our SDK details could be found at SDK README.
For more extensive documentation on Azure Storage blob, see the API reference documentation.
This project welcomes contributions and suggestions. Find more contributing details here.