RabbitMqModule icon indicating copy to clipboard operation
RabbitMqModule copied to clipboard

PHP implementation of AMQP protocol

Results 2 RabbitMqModule issues
Sort by recently updated
recently updated
newest added

# Description Whenever the RabbitMQ is closing connections (due to restart/upgrade etc) a `PhpAmqpLib\Exception\AMQPProtocolConnectionException` is thrown. # Steps to reproduce 1. Have a running consumer (see https://github.com/DannyvdSluijs/rabbitmq-app) 2. Open the...

Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code