rebuy/amqp-php-consumer

Library for creating annotation based AMQP consumers

v1.0.0-BETA10 2023-07-28 08:53 UTC

README

Introduction

This library allows you to define consumers for AMQP with doctrine annotations. For consuming messages the AMQP-Library videlalvaro/php-amqplib is used.

Features

  • Define consumers based on annotations
  • Deserialize AMQP messages with the jms/serializer
  • Register error handlers
  • Register pre and post consume events

Documentation

For more information, see the documentation.

License

This library is released under the MIT license. See the included LICENSE file for more information.