@hackage stomp-queue0.5.1
Stompl Client Library
Categories
License
LicenseRef-LGPL
Maintainer
tobias dot schoofs at gmx dot net
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (13)
- attoparsec >=0.9.1.1
- base >=4.0 && <=5.0
- bytestring >=0.10
- conduit >=1.3.4
- conduit-extra >=1.3.5
- mime >=0.4.0.2 Show all…
Dependents (3)
@hackage/stomp-patterns, @hackage/acme-everything, @hackage/stomp-conduit
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 the broker.
The Stomp Queue library provides
a Stomp client, using abstractions like
Connection, Transaction, Queue and Message.
The library may use TLS for secure connections
to brokers that provide security over TLS.
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.