About

Metadata

  • Last updated , by TobiasSchoofs
  • License LicenseRef-LGPL
  • Categories Network Development
  • Maintained by: tobias dot schoofs at gmx dot net

  • Lottery factor: 0

Links

Installation

Readme

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.