Registry / messaging / message-bus

message-bus

JSON →
library4.5.2rbrubygemsunverified

A message bus for Rack applications, providing a reliable and scalable pub/sub messaging system.

gem install message_bus
INSTALL
IMPORT
SIG · MESSAGE-BUS
M
message-bus
messagingrubyv4.5.2
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.

MessageBus
require 'message_bus'

Subscribe to and publish messages on a channel.

require 'message_bus' # Subscribe to a channel MessageBus.subscribe('/channel') do |msg| puts msg.data end # Publish a message MessageBus.publish('/channel', 'hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.5.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
OpenAI (training)
1
Resources
message-bus — gem install message-bus · libregistry