sroze/messenger-enqueue-transport

QueueInteropTransport with RabbitMQ and Symfony Serializer does not send stamps

tkocjan opened this issue · 0 comments

Using QueueInteropTransport with RabbitMQ and Symfony Serializer does not send stamps. This also ends up causing problems with Messenger retries because it uses stamps. Using PHPSerilizer works fine because it encodes the stamps in the actual AMQP message. I have a fix that I will be posting shortly.