Michael Andre Pearce created ARTEMIS-2120:
---------------------------------------------
Summary: Support QPID Ring Queue Semantics in Artemis
Key: ARTEMIS-2120
URL: https://issues.apache.org/jira/browse/ARTEMIS-2120
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Michael Andre Pearce
For users migrating from QPID broker, would require equivalent feature to Ring
Queue in QPID.
see qpid broker docs:
[http://qpid.apache.org/releases/qpid-broker-j-7.0.1/book/Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy]
* _Ring_ - If a newly arriving message takes the queue over a limit,
message(s) are deleted from the queue until the queue falls within its limit
again. When deleting messages, the oldest messages are deleted first. For a
[Priority
Queue|http://qpid.apache.org/releases/qpid-broker-j-7.0.1/book/Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queues-Types-Priority]
the oldest messages with lowest priorities are removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)