stomp-conduit: Stompl Conduit Client
The Stomp Protocol specifies message-oriented interoperability. Applications connect to a message broker to send (publish) or receive (subscribe) messages through queues. Interoperating applications do not know the location or internal structure of each other. They see only each other's interfaces, i.e. the messages published and subscribed through a broker.
The Stomp Queue library provides
a Stomp client, using abstractions like Reader
and Writer
Queues.
The Stomp Conduit library provides an abstraction level
on top of queues, where not single messages are in the focus
of the API, but streams of messages,
either infinite streams or
multipart messages with an explicit last message segment.
The latter concept is
an extension of the Stomp specification.
More information, examples and a test suite are available on http://github.com/toschoo/mom. The Stomp specification can be found at http://stomp.github.com.
Downloads
- stomp-conduit-0.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.5.0 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.0 && <=5.0), conduit (>=1.3.4), mime (>=0.4.0), mtl (>=2.2.0), resourcet (>=1.2.4), stomp-queue (>=0.5.1), stompl (>=0.6.0) [details] |
License | LicenseRef-LGPL |
Copyright | Copyright (c) Tobias Schoofs, 2013 - 2020 |
Author | Tobias Schoofs |
Maintainer | tobias dot schoofs at gmx dot net |
Category | Network, Message-oriented Middleware, Stomp, Client, Conduit |
Home page | http://github.com/toschoo/mom |
Uploaded | by TobiasSchoofs at 2020-12-27T13:25:42Z |
Distributions | NixOS:0.5.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3132 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-12-27 [all 1 reports] |