Registry / messaging / posix-mq

posix-mq

JSON →
library2.4.1rbrubygemsunverified

POSIX message queues allow local processes to exchange data in the form of messages, distinct from System V message queues.

gem install posix_mq
INSTALL
IMPORT
SIG · POSIX-MQ
P
posix-mq
messagingrubyv2.4.1
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.

POSIX_MQ
require 'posix_mq'

Send a message to a POSIX message queue

require 'posix_mq' mq = POSIX_MQ.new('/my_queue', :rw) mq.send('Hello')
Debug
Known issues
breakingNot available on Windows; requires POSIX-compliant OS.
fix
Use on Linux or macOS.
affects: >= 2.4.1
Upgrade
Version history
2.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
posix-mq — gem install posix-mq · libregistry