[zeromq-dev] Using zmq over network without zmq_server

Martin Sustrik sustrik at fastmq.com
Tue Jul 28 16:44:27 CEST 2009


Hi Dhruva,

>  I posted an earlier post regarding the interface between zeromq and
>  zsocks. I am almost deciding to use zeromq for a commercial production
>  software. I just want to ensure that the current zeromq interface will
>  not change with integrating zsocks. If there are any plans, please let
>  me know so that I will have an abstraction layer to talk to zeromq on
>  my side.

The plan is to maintain both APIs simultaneously. However, new 
socket-like API is much more suited for brokerless messaging than old 
MQ-like API. Writing a simple abstraction layer is advisable so that you 
can switch easily when you'll feel the need to do so.

Martin



More information about the zeromq-dev mailing list