diff options
author | Gordon Sim <gsim@apache.org> | 2006-12-05 17:43:00 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-12-05 17:43:00 +0000 |
commit | 722b16a1a7bbde82a4cd82c99a0e29d31d0545ca (patch) | |
tree | 4866c7dc7e3e85a9f62ce6512ee1a569a4882e20 /cpp/lib/broker/NullMessageStore.h | |
parent | 96aa6c6e76ffa946192778d69d36d4c372a0de7b (diff) | |
download | qpid-python-722b16a1a7bbde82a4cd82c99a0e29d31d0545ca.tar.gz |
Allow settings to be set and persisted for queues.
Define policy based on these settings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/NullMessageStore.h')
-rw-r--r-- | cpp/lib/broker/NullMessageStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/NullMessageStore.h b/cpp/lib/broker/NullMessageStore.h index e427cc723f..61afe36281 100644 --- a/cpp/lib/broker/NullMessageStore.h +++ b/cpp/lib/broker/NullMessageStore.h @@ -35,7 +35,7 @@ namespace qpid { const bool warn; public: NullMessageStore(bool warn = true); - virtual void create(const Queue& queue); + virtual void create(const Queue& queue, const qpid::framing::FieldTable& settings); virtual void destroy(const Queue& queue); virtual void recover(RecoveryManager& queues, const MessageStoreSettings* const settings = 0); virtual void stage(Message::shared_ptr& msg); |