Azure Storage Queue Samples client library for Java
This document explains samples and how to use them.
Key concepts
More detail is defined at queue key concept.
Getting started
Getting started explained in detail here.
For details on including this dependency in other build tools (Gradle, SBT, etc), refer here.
Examples
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.
Troubleshooting
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
Next steps
Start using Storage Queue Java SDK in your solutions. Our SDK details could be found at SDK README.
Additional Documentation
For more extensive documentation on Azure Storage blob, see the API reference documentation.
Contributing
This project welcomes contributions and suggestions. Find more contributing details here.