[cmb] Un message broker asynchrone pour RabbitMQ

* Il n'y a que consumer pour l'instant, le producer viendra quand on
 en aura besoin
This commit is contained in:
Pierre-Elliott Bécue 2014-04-30 21:30:17 +02:00
parent 84f389dbee
commit cc3bdf8b7c
2 changed files with 416 additions and 0 deletions

1
cmb/__init__.py Normal file
View file

@ -0,0 +1 @@
from consumer import AsynchronousConsumer