You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: