Skip to content

rebuy-de/amqp-php-consumer

Repository files navigation

AMQP PHP Consumer

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.