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

RabbitMQ with the "Specified Later in Workflow" option does not work. #12119

Open
joaohedler opened this issue Dec 10, 2024 · 1 comment
Open
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@joaohedler
Copy link

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

  1. Add a queue in RabbitMQ of type Quorum and add 10 messages.
  2. Create a workflow with the RabbitMQ trigger
  3. In the trigger, enable the options (Specified Later in Workflow) and (Parallel Message Processing = 1)
  4. Add the "Wait" node and configure it to wait 3 minutes.
  5. Add the Queue Deleter node at the end.
  6. 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

@Joffcom
Copy link
Member

Joffcom commented Dec 10, 2024

Hey @joaohedler,

We have created an internal ticket to look into this which we will be tracking as "GHC-595"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants