activemq-artemis/artemis-protocols/artemis-mqtt-protocol/src
Justin Bertram 14c564a481 ARTEMIS-4800 simplify QueueConfiguration API
This commit does the following:

 - deprecate all QueueConfiguration ctors
 - add `of` static factory methods for all the deprecated ctors
 - replace any uses of the normal ctors with the `of` counterparts

This makes the code more concise and readable.
2024-06-10 07:58:40 -07:00
..
main ARTEMIS-4800 simplify QueueConfiguration API 2024-06-10 07:58:40 -07:00
test/java/org/apache/activemq/artemis/core/protocol/mqtt ARTEMIS-4790: switch to timeout declarations with default units, tweak a few values 2024-06-05 11:40:33 +01:00