grafana / xk6-amqp

A k6 extension for publishing and consuming messages from queues and exchanges using AMQP 0.9.1.
Apache License 2.0
25 stars 28 forks source link

Add headers support on queue publish #19

Closed acuderman closed 1 year ago

acuderman commented 1 year ago

What is this PR for?

Adds headers support for the queue publish command.

Partially resolves https://github.com/grafana/xk6-amqp/issues/18

Signed-off-by: Andraz Cuderman cuderman.andraz@gmail.com

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

javaducky commented 1 year ago

Hi @acuderman! Thank you for your contribution.

If you would, please add to the example in the README to show the use of custom headers when publishing messages.

acuderman commented 1 year ago

Hi @acuderman! Thank you for your contribution.

If you would, please add to the example in the README to show the use of custom headers when publishing messages.

Hey @javaducky, thanks for having a look. I added an example to the README.