Closed jbouzekri closed 4 years ago
When used with Symfony serializer component to have json in the topic instead of a php serialized object, you need both the body and headers to decode the message :
https://github.com/symfony/messenger/blob/master/Transport/Serialization/Serializer.php#L64
Thanks!
When used with Symfony serializer component to have json in the topic instead of a php serialized object, you need both the body and headers to decode the message :
https://github.com/symfony/messenger/blob/master/Transport/Serialization/Serializer.php#L64