mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 10:38:44 +00:00
Implement custom LVQ Key and Non-Destructive in broker - protocol agnostic Make feature configurable via broker.xml, core apis and activemqservercontrol Add last-value-key test cases Add non-destructive with lvq test cases Add non-destructive with expiry-delay test cases Update documents Add new methods to support create, update with new attributes Refactor to pass through queue-attributes in client side methods to reduce further method changes for adding new attributes in future and avoid methods with endless parameters. (note: in future this should prob be done server side too) Update existing test cases and fake impls for new methods/attributes