DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
General Information
The Qpid M3 0.7 release introduces priority queues Last Value Queues (LVQs) into the Java Messaging Broker, supporting JMS clients who wish to make use of priorities in their messaging implementation.There are some key points around the use of priority queues in Qpid, discussed in the sections belowBroker. The LVQ implementation in the Java Broker provides a superset of the behaviour of the LVQ in the C++ Broker. It is hoped that later revisions of the C++ Broker will adopt the same enhanced semantics.
LVQ Semantics
In an LVQ messages in the queue are be "replaced" by newer messages having the same value for some specified header. An example of an LVQ might be where a queue representing prices on a stock exchange: when you first consume from the queue you get the latest quote for each stock, and then as new prices come in you are sent only these updates.
...