Registry / messaging / spryker-queue

spryker-queue

JSON →
library1.27.1phppackagistunverified

Queue module for Spryker, providing message queue functionality.

composer require spryker/queue
INSTALL
IMPORT
SIG · SPRYKER-QUEUE
S
spryker-queue
messagingphpv1.27.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.

QueueClient
use Spryker\Client\Queue\QueueClient;

Send a message to a queue using the QueueClient.

use Spryker\Client\Queue\QueueClient; $queueClient = new QueueClient(); $queueClient->sendMessage('queue-name', 'message body');
Debug
Known issues
gotchaRequires a queue adapter (e.g., RabbitMQ) to be configured.
fix
Install and configure a queue adapter like spryker/rabbit-mq.
affects: >=1.0.0
Upgrade
Version history
1.27.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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