Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rabbit queue not delivering msg after queuing #2923

Open
naveen9231 opened this issue Feb 25, 2021 · 1 comment
Open

rabbit queue not delivering msg after queuing #2923

naveen9231 opened this issue Feb 25, 2021 · 1 comment

Comments

@naveen9231
Copy link

naveen9231 commented Feb 25, 2021

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!

@naveen9231 naveen9231 changed the title rabbit queue not deleting msg after delivery/processing of emails rabbit queue not delivering msg after queuing Feb 25, 2021
@kayrus
Copy link

kayrus commented Feb 13, 2022

I was also confused. For me the queue term means that message is considered to be delivered, but it ends up in the "queue" forever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants