catstomp

Ruby client for the stomp messaging protocol

Install

All systems
curl cmd.cat/catstomp.sh
Debian Debian
apt-get install ruby-stomp
Ubuntu
apt-get install ruby-stomp
Arch Arch Linux
pacman -S ruby-stomp
image/svg+xml Kali Linux
apt-get install ruby-stomp
Fedora
dnf install rubygem-stomp
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-stomp
Raspbian
apt-get install ruby-stomp

ruby-stomp

Ruby client for the stomp messaging protocol

Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS) type systems. This library provides two useful interfaces, a low- level class, Stomp::Connection, which is a basic protocol implementation, and Stomp::Client, which is designed as a higher level convenience API.

rubygem-stomp

Ruby client for the Stomp messaging protocol