I am running Django application on multiple machines say m1, m2, m3.
all of them are using centralized database hosted on my_db_host.com
.
I want to notify to m2, m3 instances from m1 on particular action/activity.
I have explored crossbar.io, but could not find proper guideline to integrate this.
Please let me know what is the best approach for message passing from one app-instance to other.