summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Queue.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2016-05-25 07:02:56 +0000
committerGordon Sim <gsim@apache.org>2016-05-25 07:02:56 +0000
commit2c36085a66c2c5b7271bced836f97a531a637ae5 (patch)
treee8c899931ec7be848b539da377933d118ef4bbee /qpid/cpp/src/qpid/broker/Queue.h
parentedee47f4d91d218b6076560936bb579b893cc9b8 (diff)
downloadqpid-python-2c36085a66c2c5b7271bced836f97a531a637ae5.tar.gz
QPID-4397: log more detail for expired messages when debug enabled
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1745448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/Queue.h')
-rw-r--r--qpid/cpp/src/qpid/broker/Queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.h b/qpid/cpp/src/qpid/broker/Queue.h
index efca9b9d40..875b996637 100644
--- a/qpid/cpp/src/qpid/broker/Queue.h
+++ b/qpid/cpp/src/qpid/broker/Queue.h
@@ -530,6 +530,7 @@ class Queue : public boost::enable_shared_from_this<Queue>,
//utility function
static bool reroute(boost::shared_ptr<Exchange> e, const Message& m);
+ static bool isExpired(const std::string& queueName, const Message&, qpid::sys::AbsTime);
friend class QueueFactory;
};