Re: InFlight messages in Queue does not expire

2018-05-09 Thread ajitmahadik
Hi Tim, The main reason for setting a TTL on messages is to protect the broker’s database from filling up. If the broker does not honor that, than it is prone to a denial-of-service. All it takes is a user that does not acknowledge messages. This is a very serious flaw in ActiveMQ that anyone ca

Re: InFlight messages in Queue does not expire

2018-05-08 Thread ajitmahadik
clebertsuconic wrote > As long as the consumer is holding the queue, the message should not > be expired. But then why when we browse the queue from ActiveMQ admin console the message expired even though it was not acknowledged by the client? -- Sent from: http://activemq.2283324.n4.nabble.co

InFlight messages in Queue does not expire

2018-05-07 Thread ajitmahadik
We are using *ActiveMQ 5.13.4* and *ActiveMQ 5.15.3* with the below configuration A producer sends a persisted message on a queue with a TTL of 5 sec. A consumer consumes a message but without acknowledg

InFlight messages in Queue does not expire

2018-05-07 Thread ajitmahadik
We are using ActiveMQ 5.13.4 and ActiveMQ 5.15.3 with the below configuration A producer sends a persisted message on a queue with a TTL of 5 sec. A consumer consumes a message but without acknowledgin