-
Notifications
You must be signed in to change notification settings - Fork 541
Open
Description
Ask your question here
Hello!
I'm trying to use a headers exchange with Rabbit MQ but am not able to achieve it. I route my message from exchange to individual queues, by use case, using a particular header.
I could not get this working though DAPR even after setting this in the component:
- name: publishMessagePropertiesToMetadata
value: "true"
From the subscribing code it looks like the inverse of what I want is supported here.
I dug into the publishing code a bit and found this so it looks like this is intentional behavior?
So I guess that's my question, is this intentional behavior or is this propogation something I could request as a feature (and maybe contribute)?
Metadata
Metadata
Assignees
Labels
No labels