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
Versions [faq] | 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.0.1.0 && <0.2), base (>=4.6 && <5.0), bytestring (>=0.10 && <0.12), case-insensitive (>=1.2), conduit (==1.1.*), connection, http-client, http-conduit (==2.1.*), http-types (==0.8.*), 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-17T17:54:22Z |
Distributions | NixOS:0.1.6.0 |
Downloads | 3452 total (2 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] |
Modules
[Index]
Downloads
- azure-servicebus-0.1.6.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)