Description
To assist users migrating from qpid to artemis.
Currently LVQ in artemis uses a fixed message property for the LVQ key, Qpid supports queues to have custom/arbitrary message property to be the LVQ key, this is more flexible.
Also an additional feature typically used with LVQ's in qpid is ability to mark a queue non-destructive.
As such this is to add both support ability to use a arbitrary last-value-key for LVQ and for support of setting a queue to be non-destructive, at the broker level and via core apis.
Scope is to add basic feature into the broker and core apis, out of scope is dynamic creation from a client via amqp which would be a later piece of work.
Attachments
Issue Links
- links to