Registry / messaging / queue-interop-amqp-interop

queue-interop-amqp-interop

JSON →
library0.8.3phppackagistunverified

AMQP interop provides a common interface for AMQP message queue implementations.

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

AmqpContext
use Interop\Amqp\AmqpContext;

Create an AMQP context and send a message to a queue.

use Interop\Amqp\AmqpContext; use Interop\Amqp\AmqpMessage; $context = new AmqpContext($connection); $message = new AmqpMessage('Hello World'); $context->createProducer()->send($queue, $message);
Debug
Known issues
breakingRequires an AMQP extension like php-amqplib or enqueue/amqp-lib.
fix
Install a compatible AMQP library (e.g., enqueue/amqp-lib) to use this interop.
affects: >=0.1.0
Upgrade
Version history
0.8.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
queue-interop-amqp-interop — pip install queue-interop-amqp-interop · libregistry