Skip to content

Instantly share code, notes, and snippets.

@saro0h
Created October 29, 2014 17:41
Show Gist options
  • Save saro0h/b12659e297b1e28c50ff to your computer and use it in GitHub Desktop.
Save saro0h/b12659e297b1e28c50ff to your computer and use it in GitHub Desktop.

Playground with RabbitMQ

You need to install RabbitMQ: http://www.rabbitmq.com/download.html.

To install the project:

What does this appllication ?

Basically, this application sends email, through a queue, and a consumer takes the message to actually send it with SwiftMailer. Based on the article of Clément Delmas: http://afsy.fr/avent/2013/21-rabbitmq-et-Symfony2-traitements-asynchrones (in french)

Feel free to play with it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment