How to Install ruby-stomp in Ubuntu 18.04



Install ruby-stomp by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-stomp

Description:

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.

Homepage: https://github.com/stompgem/stomp

Version: 1.4.4-1

Section: universe/ruby