malamute icon indicating copy to clipboard operation
malamute copied to clipboard

The ZeroMQ Enterprise Messaging Broker

Results 28 malamute issues
Sort by recently updated
recently updated
newest added

## Simple Python POC ``` import time from malamute import MalamuteClient c1 = MalamuteClient() c1.connect(b'tcp://localhost:9999', 5000, b'a') c2 = MalamuteClient() c2.connect(b'tcp://localhost:9999', 5000, b'a') input('Still alive') c2 = None #c1 =...

The file is marked as generated but it seems to not be the case. Is it normal?

When preparing Jenkinsfile integration, some tests failed if several runs in the same operating environment happened simultaneously. Job had to be marked `sequential=1`. Revise if this is still valid, fix...

passwords.cfg and mlm_client.cfg should be in src/selftest_ro

One thing that whitepaper mentioned that we were interested in was the ability to reply to messages. Has anyone started looking into implementing this? It looks like there's already the...

Call mlm_client_set_worker will change the state of the client to confirming_state. If a message (stream, service, mailbox) arrived between this state change and the reply from the server, the message...

Hi, simple example: ``` # include int main () { mlm_client_t *client = mlm_client_new(); mlm_client_connect (client, "ipc://@/malamute", 1000, "myname"); zmsg_t* msg = zmsg_new (); int rv = mlm_client_send (client, "subject",...

It has been discussed in PR #214 that a malamute protocol RFC would be a nice idea and this repository would serve as a malamute implementation

We should use something else than IPC for testing because Windows doesn't support IPC ``` D: 17-07-11 09:54:30 mlm_stream_api_test: API command=BIND W: 17-07-11 09:54:30 could not bind to ipc://mlm_stream_api_server D:...

Got latest zeromq, built all in Windows using Dev2013. When Malamute selftest runs, it crashes on exit, even thought actual test passed. ``` X:\3rdparty\malamute> builds\msvc\vs2013\DebugDEXE\mlm_selftest.exe -t mlm_server Running malamute test...