azure-servicebus

Haskell wrapper over Microsoft Azure ServiceBus REST API

https://github.com/kapilash/hs-azure

Latest on Hackage:0.1.6.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Hemanth Kapila
Maintained by [email protected]

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