Registry / messaging / stomp
library1.4.10rbrubygemsunverified

Stomp is a Ruby client for the Stomp messaging protocol, enabling message queue interactions.

gem install stomp
INSTALL
IMPORT
SIG · STOMP
S
stomp
messagingrubyv1.4.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stomp
require 'stomp'

Connect to a Stomp broker, subscribe to a queue, and publish a message.

require 'stomp' client = Stomp::Client.new('login', 'passcode', 'localhost', 61613) client.subscribe('/queue/test') do |msg| puts msg.body end client.publish('/queue/test', 'Hello, Stomp!')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
stomp — gem install stomp · libregistry