micronaut-projects / micronaut-jms

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

Enable setting of TTL #462

Closed jaecktec closed 7 months ago

jaecktec commented 9 months ago

Feature description

This issue is basically just a ping to follow up on that TODO

I'd also be willing to implement this. Anything I would need to take care of when implementing it?

jaecktec commented 9 months ago

This could be implemented as just another JMSProducer or Queue property (pretty simple I guess) - If this should be configurable I think it might be more complicated, since we'd need to have another annotation.

I'm not sure how useful a variable timeout would be, for me a static timeout would be fine

sdelamo commented 9 months ago

@jaecktec if you are interested in contributing a PR that it is great.

jaecktec commented 9 months ago

You got a PR :)