diff options
| author | Gordon Sim <gsim@apache.org> | 2006-12-05 13:14:38 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2006-12-05 13:14:38 +0000 |
| commit | 46fb2ad9fbc3694e2a321417ecd839badd7b106e (patch) | |
| tree | dde3c1f64dedb99402f69e34b02d1ba875c962aa /cpp/lib/broker/Makefile.am | |
| parent | 7107d5c1c3c8323d832184fc097a5d9223633d32 (diff) | |
| download | qpid-python-46fb2ad9fbc3694e2a321417ecd839badd7b106e.tar.gz | |
Added queue policy class for controlling when message content should be released from memory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/Makefile.am')
| -rw-r--r-- | cpp/lib/broker/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/lib/broker/Makefile.am b/cpp/lib/broker/Makefile.am index 58da2e562c..f02dc4f545 100644 --- a/cpp/lib/broker/Makefile.am +++ b/cpp/lib/broker/Makefile.am @@ -59,6 +59,8 @@ libbroker_la_SOURCES = \ NullMessageStore.cpp \ NullMessageStore.h \ Prefetch.h \ + QueuePolicy.cpp \ + QueuePolicy.h \ QueueRegistry.cpp \ QueueRegistry.h \ RecoveryManager.cpp \ |
