stomp-queue: Stompl Client Library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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
.
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.
Release History:
- 0.0.5
- Underline functions removed, with* functions: withWriter, withPair, new option for connection (ClientId), Headers for broker-specific options can be passed to connection, memory leaks solved.
- 0.0.3
- New interface writeAdHoc
- 0.0.2
- Minor corrections
- 0.0.1
- Initial release
Properties
Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.5, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2.0, 0.2.1, 0.2.2, 0.3.1, 0.5.0, 0.5.1 |
---|---|
Change log | None available |
Dependencies | attoparsec (>=0.9.1.1), base (>=4.0 && <=5.0), bytestring (>=0.9 && <0.10), mime (>=0.3.3), network (>=2.3.0.4), split (>=0.1.4.1), stompl (>=0.0.3), time (>=1.1.4), utf8-string (>=0.3.6) [details] |
License | LicenseRef-LGPL |
Copyright | Copyright (c) Tobias Schoofs, 2011 - 2013 |
Author | Tobias Schoofs |
Maintainer | tobias dot schoofs at gmx dot net |
Category | Network, Message-oriented Middleware, Stomp, Client |
Home page | http://github.com/toschoo/mom |
Uploaded | by TobiasSchoofs at 2013-10-22T23:27:33Z |
Modules
- Network
- Mom
- Stompl
- Client
- Network.Mom.Stompl.Client.Exception
- Network.Mom.Stompl.Client.Queue
- Client
- Stompl
- Mom
Downloads
- stomp-queue-0.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees