diff options
Diffstat (limited to 'qpid/python/examples/direct/config_direct_exchange.py')
| -rw-r--r-- | qpid/python/examples/direct/config_direct_exchange.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/python/examples/direct/config_direct_exchange.py b/qpid/python/examples/direct/config_direct_exchange.py index 45af6f63b9..e64ad678b8 100644 --- a/qpid/python/examples/direct/config_direct_exchange.py +++ b/qpid/python/examples/direct/config_direct_exchange.py @@ -49,9 +49,5 @@ session.queue_bind(exchange="amq.direct", queue="message_queue", routing_key="ro #----- Cleanup --------------------------------------------- -# Clean up before exiting so there are no open threads. -# -# Close Channel 1. -# Close the connection using Channel 0, which is used for all connection methods. session.session_close() |
