Skip to content

Instantly share code, notes, and snippets.

@aaronschachter
Created May 28, 2014 15:30
Show Gist options
  • Save aaronschachter/7030c71f9c1d99245b17 to your computer and use it in GitHub Desktop.
Save aaronschachter/7030c71f9c1d99245b17 to your computer and use it in GitHub Desktop.
DS Architecture

All of the consumers live on the Rabbit Server.

  • Drupal Producer. is the message broker producer module.
  • App server: One producer (or two) needed be to external facing, so they live on an app server. Mostly for Mailchimp unsubscribes. The rest of the producers live on the Rabbit server at /opt/rabbit
@aaronschachter
Copy link
Author

Testing locally for Drupal producers

  1. Set up your vagrant Drupal instance to point to your local RabbitMQ
    http://dev.dosomething.org:8888/admin/config/services/message-broker-producer/mq-settings
  • Can use your local version
  • Or there is a sandbox version set up (Virtual host: sandbox on the live server). To use live rabbit server, you must be connected to Rackspace VPN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment