You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add a RabbitMQ trigger to consume a queue and enable the options (Specified Later in Workflow) and (Parallel Message Processing = 1) and add a Wait node before the Delete Queue Node, n8n does not delete queue the Rabbit and she stays Unacked forever.
To Reproduce
Add a queue in RabbitMQ of type Quorum and add 10 messages.
Create a workflow with the RabbitMQ trigger
In the trigger, enable the options (Specified Later in Workflow) and (Parallel Message Processing = 1)
Add the "Wait" node and configure it to wait 3 minutes.
Add the Queue Deleter node at the end.
Activate Workflow and see the bug.
Expected behavior
I expect it to delete from the queue after the Wait node.
My goal is to consume 1 message from the queue every 3 minutes.
But I can't because the message stays as Unacked forever.
Operating System
Debian GNU/Linux 12
n8n Version
1.71.1
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered:
Bug Description
When you add a RabbitMQ trigger to consume a queue and enable the options (Specified Later in Workflow) and (Parallel Message Processing = 1) and add a Wait node before the Delete Queue Node, n8n does not delete queue the Rabbit and she stays Unacked forever.
To Reproduce
Expected behavior
I expect it to delete from the queue after the Wait node.
My goal is to consume 1 message from the queue every 3 minutes.
But I can't because the message stays as Unacked forever.
Operating System
Debian GNU/Linux 12
n8n Version
1.71.1
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: