All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Up amqp-client version to 5.20.0.
2023-09-27
Minor release with some new features, bug fixes, UI improvements, and dependency upgrades.
App_id
message property for AMQP Publisher #29 (see jlavallee#37).Timestamp
message property for AMQP Publisher #50 (see jlavallee#37).- Help link on the title panel in AMQP Publisher and Consumer samplers.
- Fix error on JMeter startup caused by manifest absence #48. Thanks to @AbstractBike.
setResponseData
removed from AMQP Publisher.setSamplerData
removed from AMQP Consumer.
- Release action workflow added.
- Java 21 added to CI workflow.
- Up jmeter-core version to 5.6.2.
- Up amqp-client version to 5.18.0.
2022-08-02
Update RabbitMQ amqp-client from 4.x to 5.x.
Look into changes between 4.x.x and 5.0.0 for details.
- RabbitMQ amqp-client compatibility bumped from 4.x.x to 5.x.x #8. Thanks to @t-h-e.
- Single jar with dependencies provided as release artifact #1.
- CodeQL and SonarCloud analysis workflows added.
- Up jmeter-core version to 5.5.
- Up amqp-client version to 5.15.0.
2022-01-15
Initial release.
Content-encoding
message property (for AMQP Publisher). Thanks to @gybandi.- Queue
x-max-priority
& messagepriority
parameters (see jlavallee#42). Thanks to @gregLibert, @looseend. - Request (for AMQP Publisher) and response (for AMQP Consumer) headers.
- Option to configure transactional AMQP consumer from the UI (see jlavallee#38). Thanks to @nicklascarnegie.
Auto-delete
property for exchange (see jlavallee#33). Thanks to @wneild.Heartbeat
option (see zeph1rus/JMeter-Rabbit-AMQP@efddefa). Thanks to @zeph1rus.- Jar with dependencies.
- Extra exception handling.
- Samplers configuration screens adjusted.
- Example scenario updated.
- Switch to SLF4J API for logging.
- Code cleanup.
- No header in
reply-to
message issue (see jlavallee#41). Thanks to @gregLibert. - Checkstyle issues.
- Maven instead of ant & ivy.
- Switch to maven directory layout.
- Up jmeter-core version to 5.4.3.
- Up amqp-client version to 4.12.0.
- Redundant dependencies removed.