jmeter-amqp-plugin
jmeter-amqp-plugin copied to clipboard
Add support to headers type
Hi,
The purpose of this PR is to add support to different data types (other than String) in regards to headers. The implementation gives one the ability to add additional converts for additional data types. At the moment I have only added Date, Integer and String (the defaullt one).
Cheers!