Registry / messaging / enqueue-stomp

enqueue-stomp

JSON →
library0.10.27phppackagistunverified

Message Queue STOMP transport for Enqueue.

composer require enqueue/stomp
INSTALL
IMPORT
SIG · ENQUEUE-STOMP
E
enqueue-stomp
messagingphpv0.10.27
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.

StompConnectionFactory
use Enqueue\Stomp\StompConnectionFactory;

Send a message to a STOMP queue.

use Enqueue\Stomp\StompConnectionFactory; $factory = new StompConnectionFactory('tcp://localhost:61613'); $context = $factory->createContext(); $message = $context->createMessage('Hello'); $context->createProducer()->send($context->createQueue('test'), $message);
Debug
Known issues
gotchaSTOMP protocol version compatibility issues with some brokers.
fix
Ensure broker supports STOMP 1.2; configure accordingly.
affects: >=0.10.0
Upgrade
Version history
0.10.27latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
enqueue-stomp — pip install enqueue-stomp · libregistry