stompl: Stomp Parser and Utilities

[ library, message-oriented-middleware, network, parser, stomp ] [ Propose Tags ]

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. Broker and application use a protocol based on the exchange of commands and other data packets, called frames. The Stompl library provides abstractions over Stomp frames and a Stomp frame parser. It does not implement a client or broker itself, but provides abstractions to libraries and programs doing so. It is used by the Stompl Queue library (stomp-queues). More documentation and a test suite can be found on https://github.com/toschoo/mom/. The Stomp specification can be found at http://stomp.github.com.

Release History:

0.0.3
Major changes: New attribute ClientId in Connect frame for compatibility with ActiveMQ; all commands accept additional headers to ease adaptations to broker-specific features.
0.0.2
Minor corrections and documentation
0.0.1
Initial Release

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0
Dependencies attoparsec (>=0.9.1.1), base (>=4.0 && <5.0), bytestring (>=0.9 && <0.10), mime (>=0.3.3), split (>=0.1.4.1), utf8-string (>=0.3.6) [details]
License LicenseRef-LGPL
Copyright Copyright (c) Tobias Schoofs, 2011 - 2012
Author Tobias Schoofs
Maintainer tobias dot schoofs at gmx dot net
Category Message-Oriented Middleware, Network, Stomp, Parser
Home page http://github.com/toschoo/mom
Uploaded by TobiasSchoofs at 2013-10-21T20:36:45Z
Distributions NixOS:0.6.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 7091 total (31 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]