TTL not updated for messages on LVQs
------------------------------------
Key: QPID-2849
URL: https://issues.apache.org/jira/browse/QPID-2849
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.6, 0.7
Reporter: Daniel Lundin
On an LVQ, enqueued messages will not update its TTL from newly posted messages
having the same LVQ_key.
The TTL of the initial message remains in effect - Although browsing the queue
will (incorrectly) show the TTL of the latest message.
To reproduce:
* Send a message w/ ttl=5 LVQ_key=bar
* Send another message w/ ttl=3600, LVQ_key=bar
The message will expire and get purged after 5s.
Expected behavior would be expiration after 3600s.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]