Symfony
A tutorial on how to use the Messenger component of Symfony 4 with RabbitMQ
Running tasks asynchronous is becoming vital for any large web application. An example, on which I worked, is a Facebook-like activity stream for Open Social (Drupal 8). Imagine that a personal notification based on a relation, rank, and gender has to be generated for millions of users when an event Read more…