phpsagas/messenger-bridge

The implementation of saga message producer

0.0.0 2021-06-01 21:57 UTC

This package is not auto-updated.

Last update: 2024-05-15 12:08:09 UTC


README

Table Of Contents

Requirements

About package

This component is the part of phpsagas framework.
The package contains implementation of saga message producer based on symfony/messenger.

Installation

You can install the package using Composer:

composer require phpsagas/messenger-bridge

Usage

You can use AMQPMessageProducer as MessageProducerInterface implementation.

License

Saga message producer bridge is released under the MIT license.