azure-servicebus: Haskell wrapper over Microsoft Azure ServiceBus REST API

[ bsd3, library, web ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

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.0.1.0 && <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-17T17:54:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4028 total (14 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]