azure-servicebus: Haskell wrapper over Microsoft Azure ServiceBus REST API
Overview
This library provides haskell wrappers over Microsoft Azure ServiceBus REST API. The current version provides Runtime API for queues and topics.
The following functionality is covered:
Send bytestring (lazy as well as strict) to a Queue.
Send bytestring (lazy as well as strict) to a topic.
Destructively read data from a queue or topic into a lazy bytestring
acquire peek-locks on messages on Queues and Subscriptions
renew lock
delete a locked message
unlock a locked message
Modules
[Index]
Downloads
- azure-servicebus-0.1.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.5.0, 0.1.6.0 |
---|---|
Dependencies | aeson (>=0.7.0.0), async, attoparsec (>=0.10 && <0.12), azure-acs (<0.2), base (>=4.6 && <5.0), bytestring (>=0.10 && <0.12), case-insensitive (>=1.2), conduit (>=1.1 && <1.2), connection, http-client, http-conduit (>=2.1 && <2.2), http-types (>=0.8 && <0.9), network, text (>=1.1.0.0) [details] |
License | BSD-3-Clause |
Copyright | Hemanth Kapila (c) 2014-2015 |
Author | Hemanth Kapila |
Maintainer | saihemanth@gmail.com |
Category | Web |
Home page | https://github.com/kapilash/hs-azure |
Source repo | head: git clone https://github.com/kapilash/hs-azure.git |
Uploaded | by kapilash at 2014-05-14T11:06:09Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4107 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |