Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
We have the requirement that in some queues messages should only be hold for a given amount of time, no matter if the client specified a longer TTL for a message. In rabbit-mq this can be realized using message policies https://www.rabbitmq.com/ttl.html, maybe the AddressSettings are a good place to specify a max message TTL.
For ActiveMQ5 exists the http://activemq.apache.org/timestampplugin.html which one can use to achieve similar but since it always seems to modify a message's timestamp which is problematic in regards to JMS spec and the fact that AMQP 1.0 messages are immutable per spec.
Attachments
Issue Links
- duplicates
-
ARTEMIS-2726 Implement min/max expiry-delay
- Closed