A microservice consumer written in go to forward incoming messages from a Rabbit MQ message queue.
Email-forwarder instanciates a Rabbit MQ queue specified in a config yaml file, consume all messages that have been push into the queue and finally forward them to their destination via Mandrill (an email delivery api from Mailchimp).
- Get the package:
go get github.com/emgenio/email-forwarder
- Run:
email-forwarder
email-forwarder -h
Usage of email-forwarder:
-config="./config.yaml": path to the configuration file.
MIT