summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-10-12 17:42:27 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-10-12 17:42:27 +0000
commit23a0d956ffa79aa3e3fbf43e3755f1cea387b562 (patch)
tree34ff95f37feb436b970715bd89975747075e07b2 /specs
parentf821fb7fae3c74d8662e7783b255d52c785961f5 (diff)
downloadqpid-python-23a0d956ffa79aa3e3fbf43e3755f1cea387b562.tar.gz
QPID-3417: C++ broker - support adding arrival timestamp to received messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1182490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/management-schema.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml
index dd4acf66d5..9e2a644c2a 100644
--- a/specs/management-schema.xml
+++ b/specs/management-schema.xml
@@ -103,6 +103,14 @@
<arg name="level" dir="O" type="sstr"/>
</method>
+ <method name="getTimestampConfig" desc="Get the message timestamping configuration">
+ <arg name="receive" dir="O" type="bool" desc="True if received messages are timestamped."/>
+ </method>
+
+ <method name="setTimestampConfig" desc="Set the message timestamping configuration">
+ <arg name="receive" dir="I" type="bool" desc="Set true to enable timestamping received messages."/>
+ </method>
+
<method name="create" desc="Create an object of the specified type">
<arg name="type" dir="I" type="sstr" desc="The type of object to create"/>
<arg name="name" dir="I" type="sstr" desc="The name of the object to create"/>