Results for tag #doctrine
Backend, Apr 12, 2023 - 3 min read
Handling doctrine entities with messenger
Asynchronous Messaging enhances large application performance by decoupling communication. Symfony Messenger enables message-driven apps, but be cautious with Doctrine entities, and rather consider notifying users.
Backend, Feb 9, 2023 - 2 min read
Migrating messenger queue from Doctrine to a different transport
Have you ever wanted to migrate the Messenger queue from Doctrine but got annoyed by messages still stuck in the queue on D-Day?