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
I need to attach a custom header like "x-message-deduplication" to some messages I send to RabbitMQ thru Symfony Messenger. Can anybody give me a solution for this please?
If I create a custom Stamp and it generates me a header like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I need to attach a custom header like "x-message-deduplication" to some messages I send to RabbitMQ thru Symfony Messenger. Can anybody give me a solution for this please?
If I create a custom Stamp and it generates me a header like this:
X-Message-Stamp-App\Messenger\DeduplicationStamp: [{"uniqueHash":"dewf8347wfh84fhcre87fh"}]
but I need the header like this:
x-deduplication-header: dewf8347wfh84fhcre87fh
How can I accomplish this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions