azure-servicebus: Haskell wrapper over Microsoft Azure ServiceBus REST API
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Web
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
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.5.0, 0.1.5.0, 0.1.6.0 |
---|---|
Change log | None available |
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:05:29Z |
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
Package maintainers
For package maintainers and hackage trustees