fusio/adapter-amqp

Provides a connection to work with a AMQP based message queue

v6.0.3 2024-04-21 10:40 UTC

This package is auto-updated.

Last update: 2024-04-21 10:43:24 UTC


README

Fusio adapter which provides a connection to work with a AMQP based message queue. It uses the php-amqplib/php-amqplib package. You can install the adapter with the following steps inside your Fusio project:

composer require fusio/adapter-amqp
php bin/fusio system:register "Fusio\Adapter\Amqp\Adapter"