sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
190 stars 53 forks source link

QueueInteropTransport with RabbitMQ and Symfony Serializer does not send stamps #86

Open tkocjan opened 4 years ago

tkocjan commented 4 years ago

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.