Apache ActiveMQ offers the following setting to discard expired messages from a queue:
<address-setting match="exampleQueue">
<expiry-delay>10</expiry-delay>
</address-setting>
Amazon MQ doesn't support address-setting
as a configuration parameter. How can we set the expiration delay in Amazon MQ for a specific queue?
We know about the timeStampingBrokerPlugin
, but that doesn't seem to be applicable to specific queues, only across all queues.