[rabbitmq-discuss] Alternative Python AMQP client library
Barry Pederson
bp at barryp.org
Thu Dec 27 14:56:09 GMT 2007
Tony Garnock-Jones wrote:
> Hi Barry,
>
> Barry Pederson wrote:
>> http://barryp.org/software/py-amqplib/
>> The library is a bit rough, but I've been using it with RabbitMQ for a
>> while now.
>
> It looks great. The code is straightforward and easy-to-read. I like the
> way the docstrings have been built from the specification and included
> directly in the source.
>
> I see there's SSL support in there. How have you been experimenting with
> this? Using stunnel to proxy the rabbitmq server?
Thanks.
Yes, I've been using stunnel 4.21, I think the only thing I had to tweak
in the stunnel.conf was to set
sslVersion = all
instead of the default (at least default on the FreeBSD stunnel port)
sslVersion = SSLv3
since it seemed that the Python 2.5 SSL support was for SSLv2 only.
Barry
More information about the rabbitmq-discuss
mailing list