micronaut-projects / micronaut-jms

Integration between Micronaut and JMS
Apache License 2.0
14 stars 14 forks source link

Enhancement: Add TTL for jms producer #463

Closed jaecktec closed 7 months ago

jaecktec commented 9 months ago

Allows specifying TTL for @Queue and @Topic. The value will be specified as a String and converted using the micronaut ConversionService. Default persists to be zero.

closes #462

PS:

the Readme should be updated to say jvm 17/21 are required, since right now it says 1.8 :)

jaecktec commented 7 months ago

I've added a test - since jms timeout is sent 'relavite' but received 'absolute' I've giving it a generous tolerance, so it avoids being flaky

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

sdelamo commented 7 months ago

@jaecktec can you sign the CLA again. Sorry for the inconvenience . More info here: https://micronaut.io/2024/02/06/micronaut-contributor-license-agreement-cla-update/