summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarlos Edo <Carlosedo@users.noreply.github.com>2016-11-10 12:58:50 -0500
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2016-11-10 23:58:50 +0600
commit32997b17be9b65e56399c837a39e5d72cd86f701 (patch)
treeefc93bee183a02a9a1d5cd046dbf080ad0daec82 /examples
parent306445f4369b7ae4b9f4748cec982768d6590151 (diff)
downloadkombu-32997b17be9b65e56399c837a39e5d72cd86f701.tar.gz
fixed rpc example (#650)
Diffstat (limited to 'examples')
-rw-r--r--examples/rpc-tut6/rpc_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpc-tut6/rpc_client.py b/examples/rpc-tut6/rpc_client.py
index 0d90bed6..bf058f56 100644
--- a/examples/rpc-tut6/rpc_client.py
+++ b/examples/rpc-tut6/rpc_client.py
@@ -23,7 +23,7 @@ class FibonacciRpcClient(object):
exchange='',
routing_key='rpc_queue',
declare=[self.callback_queue],
- reply_to=self.callback_queue,
+ reply_to=self.callback_queue.name,
correlation_id=self.correlation_id,
)
with Consumer(self.connection,