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

AMQP Trigger Does not work on Azure Service Bus Queue when converting Body to String and JSON Parse Body #12959

Open
erictmnz opened this issue Jan 31, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@erictmnz
Copy link

erictmnz commented Jan 31, 2025

Describe the problem/error/question

The AMQP trigger does not process existing messages on an Azure Service Bus queue if:

  • parse body to string AND
  • parse JSON
    are both enabled.
    If one of these is disabled, the trigger correctly processes existing messages on the service bus queue.

When testing the workflow in the editor, it works as expected. But when activating the workflow, messages don't get published.

This situation occurred with a queue of 20k messages and 15k dead lettered messages but was not tested in any other scenario.

What is the error message (if any)?

There is no error message - the workflow will simply not execute for new or existing messages

Please share your workflow/screenshots/recording

Image

Debug info

core

  • n8nVersion: 1.76.1
  • platform: npm
  • nodeJsVersion: 20.18.2
  • database: postgres
  • executionMode: regular
  • concurrency: 10
  • license: enterprise (production)

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 4032 hours
  • maxCount: 0 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/132.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-01-31T00:11:32.098Z}

@Joffcom
Copy link
Member

Joffcom commented Jan 31, 2025

Hey @erictmnz,

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

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jan 31, 2025
@erictmnz erictmnz changed the title AMQP Trigger Does not work when there are existing messages on Azure Service Bus Queue AMQP Trigger Does not work on Azure Service Bus Queue when converting Body to String and JSON Parse Body Jan 31, 2025
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