@hackage azure-servicebus0.1.6.0
Haskell wrapper over Microsoft Azure ServiceBus REST API
Categories
License
BSD-3-Clause
Maintainer
saihemanth@gmail.com
Links
Versions
Installation
Dependencies (14)
- base >=4.6 && <5.0
- bytestring >=0.10 && <0.12
- text >=1.1.0.0
- aeson >=0.7.0.0
- async
- attoparsec >=0.10 && <0.12 Show all…
Dependents (1)
@hackage/acme-everything
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