summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/message.c
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-06-27 15:59:48 +0000
committerTed Ross <tross@apache.org>2013-06-27 15:59:48 +0000
commit1c8292361d0c9996739bae6e71983545bbd13cb2 (patch)
tree0a8d97bdd335b2a89be01cc052f87570c0174a82 /qpid/extras/dispatch/src/message.c
parent8d1013bc54489d248563d4530fe63dd075f55663 (diff)
downloadqpid-python-1c8292361d0c9996739bae6e71983545bbd13cb2.tar.gz
NO-JIRA - Updated the remote management protocol to look more like the proposal from the AMQP TC.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/message.c')
-rw-r--r--qpid/extras/dispatch/src/message.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/src/message.c b/qpid/extras/dispatch/src/message.c
index 75910f4b24..8047552c2b 100644
--- a/qpid/extras/dispatch/src/message.c
+++ b/qpid/extras/dispatch/src/message.c
@@ -317,6 +317,11 @@ static dx_field_location_t *dx_message_field_location(dx_message_t *msg, dx_mess
}
break;
+ case DX_FIELD_APPLICATION_PROPERTIES:
+ if (content->section_application_properties.parsed)
+ return &content->section_application_properties;
+ break;
+
case DX_FIELD_BODY:
if (content->section_body.parsed)
return &content->section_body;