Non persistent messages are gradually being produced into a queue with some TTL. The message consumer application is down or cannot access the activemq broker. How do I purge expired messages? It turns out that without a consumer, the broker will not proactively purge expired messages (https://issues.apache.org/activemq/browse/AMQ-1112), at least not until version 5.3.0. What are other folks doing to solve this problem?
Thanks. -- View this message in context: http://www.nabble.com/How-to-purge-old-messages-when-no-consumer-exists--tp22745203p22745203.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.