Re: [Twisted-Python] interface kombu with twisted

2012-09-13 Thread David Serafini
Thanks, Jan. On Thu, Sep 13, 2012 at 12:10 PM, Jan Urbański wrote: > On 13/09/12 21:04, David Serafini wrote: > >> How did you implement this? Did you use txamqp as a model or develop your >> own approach? >> > > No, I took pika (that already implements AMQP), wrote code to make it > usable fr

Re: [Twisted-Python] Does Twisted support TCP MD5 Signature Option?

2012-09-13 Thread Phil Mayers
On 13/09/12 12:59, exar...@twistedmatrix.com wrote: > On 01:40 am, penx...@cisco.com wrote: >> Hi experts >> >> Does Twisted support TCP MD5 Signature Option? >> If does, how to use this? >> Very thanks. > > Not specifically. You can get the underlying socket and call > `setsockopt´ on it, though.

Re: [Twisted-Python] Does Twisted support TCP MD5 Signature Option?

2012-09-13 Thread exarkun
On 01:40 am, penx...@cisco.com wrote: >Hi experts > >Does Twisted support TCP MD5 Signature Option? >If does, how to use this? >Very thanks. Not specifically. You can get the underlying socket and call `setsockopt´ on it, though. I've never used TCP MD5 signatures (it's a pretty obscure featur

Re: [Twisted-Python] interface kombu with twisted

2012-09-13 Thread Jan Urbański
On 11/09/12 22:42, David Serafini wrote: > I know about txAMQP. Has anyone done any work interfacing the > kombu API with twisted? Not kombu, but you can use pika with Twisted (I'm doing that in production and it works well enough). Cheers, Jan ___ T