zetaops / zengine

BPMN workflow based framework with Tornado, Rabbit AMQP, advanced permissions, extensible scaffolding features and more
GNU General Public License v3.0
83 stars 22 forks source link

Storage and retrieval of notification messages to/from DB #5338 #56

Open zetaopsbot opened 8 years ago

zetaopsbot commented 8 years ago

Current notification system works on Redis/RabbitMQ. We need to save messages to DB as a permanent storage and retrieve from there when user log back in. This is required for accessing notification messages in testing environment, as this way we don't need an AMQP connection at test client.

zengine