hivesolutions / colony-plugins

The base colony plugins
http://getcolony.com
4 stars 2 forks source link

Inter process communication and distribution using a queue system #2

Open joamag opened 11 years ago

joamag commented 11 years ago

Problem

It's not possible to communicate with another colony process for the execution of a task in a asynchronous manner. Simple tasks like sending an email, etc are allays done in the same process just using a different thread.

Solutions

Implement an asynchronous distributed queue system using technologies like RabbitMQ.

Requirements

joamag commented 8 months ago

There is now support for Kafka notifications following https://github.com/hivesolutions/colony/pull/8