summaryrefslogtreecommitdiff
path: root/examples/amqp_listenq.c
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-10-24 12:35:01 +0100
committerAsk Solem <ask@celeryproject.org>2014-10-24 12:35:01 +0100
commit185ce081e3efc846b476995b7da7297bb0eec82c (patch)
tree98adf852d24384b34b5a462907c2dce732c6821b /examples/amqp_listenq.c
parentbe3000b4c84d7503f5ef4067de44ff16d060d158 (diff)
parent9626dd5cd5f78894f1416a1afd2d624ddd4904ae (diff)
downloadrabbitmq-c-github-ask-185ce081e3efc846b476995b7da7297bb0eec82c.tar.gz
Merge branch 'alanxz/master'HEADmaster
Diffstat (limited to 'examples/amqp_listenq.c')
-rw-r--r--examples/amqp_listenq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c
index b2e8094..3735645 100644
--- a/examples/amqp_listenq.c
+++ b/examples/amqp_listenq.c
@@ -107,6 +107,9 @@ int main(int argc, char const *const *argv)
(int) envelope.message.properties.content_type.len,
(char *) envelope.message.properties.content_type.bytes);
}
+ printf("----\n");
+
+ amqp_dump(envelope.message.body.bytes, envelope.message.body.len);
amqp_destroy_envelope(&envelope);
}