DoSomethingArchive / quicksilver-api

:postbox: API gateway to Quicksilver (Message Broker) functionality.
MIT License
0 stars 3 forks source link

Rabbit integration for /users/password #63

Closed mshmsh5000 closed 8 years ago

mshmsh5000 commented 8 years ago

Waterline RabbitMQ Adapter

RabbitMQ Adapter for Sails and Waterline (AMQP 0.9). Implements the Waterline pubsub interface. The RabbitMQ Adapter does not support persistence on its own, and should always be used with another adapter, such as sails-mongo or sails-postgresql. This module is maintained in collaboration with Michigan Community College Association.

waterline-rabbitmq-simple

rabbitmq adapter for sails/waterline, removed a lot of functionality from sails-rabbitmq RabbitMQ Adapter for Sails and Waterline (AMQP 0.9). it is based on sails-rabbitmq I had to modify to fit our needs, there's just a simple PUSH.

sergiitk commented 8 years ago

Just to note:DevAlien/waterline-rabbitmq-simple is just a fork of waterlinejs/rabbitmq-adapter with few changes specific to DevAlien's needs:

Changes to reflect our needs

sergiitk commented 8 years ago

Simple integration is finished in #93.