Replies: 1 comment 1 reply
-
Hello, thanks for using RabbitMQ and this client library. RabbitMQ will always send the message body along with the headers, so this is not possible to implement. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Hi!
Is there any way to get headers without get message body?
In my case i use dedublication plugin. In this case i can't use header route.
I have many different messages and can filter them by header by endpoings.
Thanks!
Describe the solution you'd like
If it possible create method named BasicGetHeaders, that returns headers and deliveryTag.
If i need to skip message, i will call BasicAck.
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions