Description
Steps to reproduce -
1. Start the router with the default config file
2. Run the following python program which simply opens and closes connections.
from proton.utils import BlockingConnection URL = '0.0.0.0:5672' continue_loop = True while continue_loop: connection = BlockingConnection(url=URL, ssl_domain=None) print 'Creating connection' connection.close()
3. While the above python program is running, start up the top program and watch the memory of the router grow.
Attachments
Issue Links
- links to