malamute
malamute copied to clipboard
The ZeroMQ Enterprise Messaging Broker
In CMakeLists.txt the target is mlm, so the produced library is mlm.dll The python file looking for libmlm.dll: cdll.LoadLibrary('libmlm.dll')
Currently, it only support plain account password with zauth api. But according to czmq document, zauth also support curve security. Is there any reason that do not support curve?Or, it...
Hi, I would know why there is a restriction on stream API: why a client can only write on one stream at the time? Th client can read on multiple...
The test code is at https://github.com/eaton-bob/alice ## How to build gcc -lmlm -lczmq -lzmq src/worker.c -o worker gcc -lmlm -lczmq -lzmq src/producer.c -o producer ## How to reproduce 1. start...
Hi, In `mlm_client_destroy`function, `mlm_client_destructor`will not be called when `zsys_interrupted`occurs. Is it by design, not to disconnect from the server when an interrupt occurs? could you explain the reason behind it?...
I assume that should read C:STREAM-SEND instead?
So I'm planning on making api models and generating bindings with zproject. Any reason that I shouldn't, or things to watch out for?
we are using consisting hashing for some services and exact matching for others, current matching algorithm only match by using regular expression. We want to match by a range. suggested...