How to use amqplib (Rabbit MQ) with Meteor?

Hi everyone,

I need to send mails in bulk around 50k, Need to use RabbitMQ or simliar

Found this package,

Integrated the package, but the following are the issues with this

  1. Do we need a separate port to be open on production also?
  2. Is there a way we can use it with the same port?

Also, checked the available packages on Atmosphere but nothing seems to be working. Please help.

Any help would be greatly appreciated.

This will not answer your question directly, but any reason not to use a 3rd party email service?

3rd party service needs to be configured along with the Rabbit MQ here. We are using 3rd party but it can’t send 50k emails in one go.