Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

A C library used to talk the STOMP protocol which is a text-oriented protocol that can be used to talk with ActiveMQ and other messaging systems.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

orpiske/litestomp

 
 

Repository files navigation

Welcome to litestomp

Build Status

Linux Build Status: Linux Build Status

Introduction:

This is a fork of the old libstomp library, modified for simplicity and reusability. This library implements STOMP, a simple text oriented messaging protocol that can be used to talk to message brokers such as Apache ActiveMQ, RabbitMQ and Apache Artemis.

This library supports the version 1.2 of the STOMP protocol as documented by: https://stomp.github.io/stomp-specification-1.2.html.

Project documentation, as well as examples, can be found here: http://orpiske.net/files/litestomp/html/index.html.

Binary packages for Fedora, CentOS (and RHEL) can be found at this COPR page: https://copr.fedorainfracloud.org/coprs/orpiske/litestomp/

Please feel free to contribute to make this library better.

Dependencies:

Runtime/Compilation:

  • cmake
  • gcc or clang
  • apr-devel
  • apr-util-devel

About

A C library used to talk the STOMP protocol which is a text-oriented protocol that can be used to talk with ActiveMQ and other messaging systems.

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.4%
  • CMake 5.9%
  • C++ 2.7%