{"id":78969,"library":"stomp","title":"Stomp","description":"Stomp is a Ruby client for the Stomp messaging protocol, enabling message queue interactions.","status":"active","version":"1.4.10","language":"ruby","source_language":null,"source_url":"https://github.com/stompgem/stomp","tags":["messaging","stomp","queue","client"],"install":[{"cmd":"gem install stomp","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'stomp', '~> 1.4.10'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Stomp","correct":"require 'stomp'"}],"quickstart":{"code":"require 'stomp'\n\nclient = Stomp::Client.new('login', 'passcode', 'localhost', 61613)\nclient.subscribe('/queue/test') do |msg|\n  puts msg.body\nend\nclient.publish('/queue/test', 'Hello, Stomp!')","lang":"ruby","description":"Connect to a Stomp broker, subscribe to a queue, and publish a message."},"warnings":[],"env_vars":null,"search_vec":"'client':6,19 'enabl':12 'interact':15 'messag':10,13,16 'protocol':11 'queue':14,18 'rubi':5 'stomp':1,2,9,17","created_at":"2026-06-18T04:36:42.123337+00:00","updated_at":"2026-06-18T04:36:42.123337+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stompgem/stomp","github":"https://github.com/stompgem/stomp","docs":"http://www.rubydoc.info/gems/stomp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}