Comment 0 for bug 1585096

Revision history for this message
Free Ekanayaka (free.ekanayaka) wrote : Add an AMQService class for applications needing to be permanently connected

Twisted 16.1.0 has introduced the ClientService facility which is meant to replace the deprecated ReconnectingClientFactory, and use more modern APIs like endpoints.

It'd be nice to have an AMQService that subclasses ClientService and takes care of authenticating, so that applications like lp:txlongpoll don't have to always implement equivalent code on their own.