diff options
| author | Gordon Sim <gsim@apache.org> | 2008-09-21 20:39:40 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-09-21 20:39:40 +0000 |
| commit | 03fa9018260242f08d2164f06875fc708fdbf4c7 (patch) | |
| tree | 47bcba0feec9e95ecb06dfb0379b7abdf41c30f8 /cpp/src/Makefile.am | |
| parent | 558e92d6c9cf8dfb875c1250ab8fe1cefaf30b05 (diff) | |
| download | qpid-python-03fa9018260242f08d2164f06875fc708fdbf4c7.tar.gz | |
Refactoring of queue/queue-policy:
- moved some logic out of Queue.cpp into QueuePolicy.cpp
- moved QueuedMessage definition into its own header file
- added checks for requeue and dequeue
- split QueuePolicy logic into different sub classes
Added ability to request old messages to be discareded to make room for new ones when configured limit has been reached.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@697603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 235e0d35cc..797c183f2e 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -464,6 +464,7 @@ nobase_include_HEADERS = \ qpid/broker/PersistableQueue.h \ qpid/broker/Prefetch.h \ qpid/broker/QueueBindings.h \ + qpid/broker/QueuedMessage.h \ qpid/broker/QueuePolicy.h \ qpid/broker/QueueRegistry.h \ qpid/broker/RecoverableConfig.h \ |
