Hello :-)
My application requires a HTTPS->AMQP bridge (mobile clients don't/shouldn't speak AMQP) as well as an AMQP->HTTPS bridge (for Comet). Since this is probably a generally useful thing for a lot of apps (for non-persistent queues letting clients speak AMQP is a bit hairy), I was wondering if anyone has already done that, or cares about said code being available as a separate library. The AMQP to HTTP bridging would happen using txAMQP and twisted.web.server. I'm not sure about the AMQP -> JSON-over-HTTPS bridge yet -- that might be more natural as a part of Nevow, but it would be more generally useful (perhaps to people using non-Twisted web frameworks) if it was based on twisted.web.server. My application uses pre-shared certificates, so just verifying the signature is enough. (My protocol does not let users specify a username or a password -- people can't lie about things they don't tell you.) I can imagine that other users would want it integrated with twisted.cred's IRealm? Any thoughts? Thanks in advance, Laurens _______________________________________________ Mailing list: https://launchpad.net/~txamqp-user Post to : [email protected] Unsubscribe : https://launchpad.net/~txamqp-user More help : https://help.launchpad.net/ListHelp

