summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-09-21 20:39:40 +0000
committerGordon Sim <gsim@apache.org>2008-09-21 20:39:40 +0000
commitecd04f245b9cec7c61b52ac6aa60b9c37fd5749b (patch)
tree1322127f7a0da1542daff61ee1eb5c56bcecb2a3 /qpid/cpp/src/Makefile.am
parentb4bd86fd84d60b58eaa7d813780c4415c08deb0a (diff)
downloadqpid-python-ecd04f245b9cec7c61b52ac6aa60b9c37fd5749b.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@697603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 235e0d35cc..797c183f2e 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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 \