Maybe I am looking at this incorrectly, but this seems broken to me, why do messages need to have a TTL to be evicted, I should think that eviction is seperate from expiration, and two what do you mean that I need activity on a queue in order to get messages evicted? That sounds like I do have to have a consumer.
jbekas wrote: > > > yesnid wrote: >> >> So would a non zero TTL be required for the eviction to work? >> >> Thank you. >> > > Yes, a non-zero TTL is required to expire the message. The > messageEvictionStrategy is used only to remove expired messages. > > > > > > -- View this message in context: http://www.nabble.com/Queue-PolicyEntry-Eviction-Not-working-tp23026416p23042624.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
