haraka / haraka/haraka-plugin-queue-rabbitmq

rabbit queue not delivering msg after queuing

Open
#2 2 comments 2 reactions 0 assignees View on GitHub
works as designed
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

I am using the rabbitmq.js plugin for queuing the emails to rabbit.
In the beginning, it was not getting triggered, so I had to update the hook from "queue" to "queue_outbound"
Then the mails were getting queued to the rabbit but were not getting delivered, so I invoked the send_email functionality manually by calling the "outbound.send_email" function after queuing the msg to rabbit.
Now, mails are getting delivered, however they are not getting deleted from the queue.

Update - While debugging I realized that mails are getting delivered via default disk queue.
So, the current issue is rabbit queue is only queuing the mails and not delivering them.

Thanks in advance!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.