Results for tag #doctrine

handling-doctrine-entities-with-messenger
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.

migrating-messenger-queue-from-doctrine-to-a-different-transport
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?