Registry / messaging / queue-interop-queue-interop

queue-interop-queue-interop

JSON →
library0.8.2phppackagistunverified

Promoting the interoperability of MQs objects. Based on Java JMS.

composer require queue-interop/queue-interop
INSTALL
IMPORT
SIG · QUEUE-INTEROP-QUEU
Q
queue-interop-queue-interop
messagingphpv0.8.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.

Context
use Interop\Queue\Context;

Send a message to a queue using an interoperable context.

use Interop\Queue\Context; // Example assumes a concrete implementation $context = new \SomeQueue\Context(); $message = $context->createMessage('Hello'); $context->createProducer()->send($context->createQueue('test'), $message);
Debug
Known issues
gotchaThis package provides only interfaces; you need a concrete implementation like enqueue/amqp-lib.
fix
Install a compatible transport package (e.g., enqueue/amqp-bunny) to use the interfaces.
affects: >=0.6.0
Upgrade
Version history
0.8.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
queue-interop-queue-interop — pip install queue-interop-queue-interop · libregistry