summaryrefslogtreecommitdiff
path: root/examples/amqp_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_consumer.c')
-rw-r--r--examples/amqp_consumer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c
index 3b347f5..2ce6707 100644
--- a/examples/amqp_consumer.c
+++ b/examples/amqp_consumer.c
@@ -97,7 +97,7 @@ int main(int argc, char const * const *argv) {
hostname = argv[1];
port = atoi(argv[2]);
- exchange = ""; //argv[3];
+ exchange = "amq.direct"; //argv[3];
bindingkey = "test queue"; //argv[4];
conn = amqp_new_connection();