Hello,
Thank you very much for making RabbitMQ open source and for supporting it, it is a fantastic product.
I have producers and consumers communicating via topic exchange using AMQP 0.9.1. The messages carry some metadata in the headers, for example timestamp in milliseconds from the plugin. I have created a stream queue and bound it to the topic exchange with a certain routing key. This works very well.
When I consume from a stream queue using a AMQP client, I can see data in the headers, same as if I subscribed to a topic the traditional way. However when I consume from a stream queue using the stream protocol, I cannot find a way to retrieve the headers.
Is there a way to retrieve message headers while using the stream protocol, please?
Thank you.