stompcat
Ruby client for the stomp messaging protocol
Install
- All systems
-
curl cmd.cat/stompcat.sh
- Debian
-
apt-get install ruby-stomp
- Ubuntu
-
apt-get install ruby-stomp
- Arch Linux
-
pacman -S ruby-stomp
- 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
- Dockerfile
- dockerfile.run/stompcat
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.