This library allows you to define consumers for AMQP with doctrine annotations. For consuming messages the AMQP-Library videlalvaro/php-amqplib is used.
- Define consumers based on annotations
- Deserialize AMQP messages with the jms/serializer
- Register error handlers
- Register pre and post consume events
For more information, see the documentation.
This library is released under the MIT license. See the included LICENSE file for more information.