2017 © Pedro Peláez
 

library message-broker

A message broker system to cordinate sending messsages to DoSomething.org members.

image

dosomething/message-broker

A message broker system to cordinate sending messsages to DoSomething.org members.

  • Thursday, February 6, 2014
  • by DeeZone
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

message-broker v0.1.2

A system to manage communication / messages sent between applications and DoSomething.org members. The system is loosely coupled between producers:, (*1)

  • Drupal 7 website (primary producer)
  • Other web applications

and consumers that issue requests to vendors (APIs) both internal (MB User API and MB Campaigns API). Mandrill and Mailchimp are external vendors for sending messages:, (*2)

  • Mandrill: https://mandrillapp.com
  • Mailchimp: http://mailchimp.com/

RabbitMQ (http://www.rabbitmq.com) is used to manage the communication between the producer and consumer applications. RabbitMQ acts as a communication bus that uses the AMQP (http://amqp.org) protocall. AMQP is an open, general-purpose protocol for messaging., (*3)

Sponsored by DoSomething.org, (*4)

Development Plan

The current development plan (2014-05-26 - Newman v 0.5.0) diagram with related notes: https://raw.githubusercontent.com/DoSomething/message-broker/master/resources/0.5.0-Newman-140526.jpg, (*5)

The Versions

06/02 2014

dev-master

9999999-dev https://github.com/DoSomething/message-broker

A message broker system to cordinate sending messsages to DoSomething.org members.

  Sources   Download

MIT

The Requires

 

The Development Requires

message broker