Hi Folks:

I need to maintain a programme that uses txampq_helper library ampqFactory. The current program does not close the connection to the underlying rabbitmq (the code is a mess). 

Can I simple call theampqFactory.protocol.transport.loseConnection()?
Do I need to unregisterProducer() first (in ampqFactory, i see stuff like resumeProducing() so I assume it is a producer)

Cheers,
Andrew