[zeromq-dev] soaplib and zeromq

Burak Arslan burak.arslan at arskom.com.tr
Thu Oct 14 22:47:03 CEST 2010


 hello,

i'm maintaining soaplib, a soap processing library for python. i've
recently added preliminary zeromq transport support to soaplib using
req/rep sockets, so i thought i should let you know.

here are the implementations:
http://github.com/arskom/soaplib/blob/master/src/soaplib/client/zeromq.py
http://github.com/arskom/soaplib/blob/master/src/soaplib/server/zeromq.py

here are the tests:
http://github.com/arskom/soaplib/blob/master/src/soaplib/test/interop/server/zeromq.py
http://github.com/arskom/soaplib/blob/master/src/soaplib/test/interop/test_client_zeromq.py

fwiw, i think soap + efficient xml interchange + zeromq has the
potential to be a decent competitor to amqp.

best regards,
burak




More information about the zeromq-dev mailing list