-
I've got some services running on Windows. Usually they're all fine. In case of sustained multiple consecutive failures, the services are configured to shutdown (so an external supervisor can kick the…
ashic updated
9 years ago
-
is there any solution for persistence?
I am using push/pull, the message will get lost if the worker is not running.
-
Hi,
I just found out while trying to write some router socket code that the `IOutgoingSocket.SendMoreFrameEmpty` cannot be chained since it does not return the Socket like other `SendMoreFrame` meth…
-
Hello. Is there any plan to update the Nuget Package with the last version of the library?. Thanks!.
-
Hello,
We are using NetMQ (latest nuget package v3.3.0.11) in an ASP.NET WebAPI application to send messages using the Push/Pull pattern. We have been running this way with success for some time, but …
-
I'd love to use ZBeacon from the python bindings, but have no idea how to add it. Filing this ticket to learn more!
-
I started a new documentation project for NetMQ, at the moment it's pretty empty, you can find it at http://netmq.readthedocs.org.
So if you want to help NetMQ grow, become part of a successful proje…
-
Compiler in my case is VS2013, update 4. To correctly resolve on my end, it's necessary to cast any `const void *` data I'm passing into `add_const()` to `(void *)`, but it seems like the value of th…
-
Hello everyone, I'm having problem using Monitor with NetMQ.
Here's what I do :
1. I create and bind a DEALER socket, associate a monitor to it and start monitoring it.
2. Then I Unbind the socket, s…
-
Hi,
I am experimenting with beacon using the tutorial from the doc, http://netmq.readthedocs.org/en/latest/beacon/
I copy the code from the doc page, with a change to send a message via shim if a di…