Registry / messaging / onstomp

onstomp

JSON →
library1.0.12rbrubygemsunverified

A client library for messaging with brokers that support the Stomp protocol.

gem install onstomp
INSTALL
IMPORT
SIG · ONSTOMP
O
onstomp
messagingrubyv1.0.12
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.

OnStomp
require 'onstomp'

Connect to a Stomp broker and subscribe to a queue.

require 'onstomp' client = OnStomp::Client.new('stomp://localhost:61613') client.connect client.subscribe('/queue/test') do |msg| puts msg.body end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.12latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
onstomp — gem install onstomp · libregistry