This might cause issues and was causing error in past:
- We run persistence test
- Queue is created, but never closed
- We run tests again, messages are in database, but are also put into RabbitMQ
- Consumer receives messages, and try to send but socket is closed at this time
- It generates error in Tunnelbroker logs
Depends on D9316