gitzko
gitzko
The old version allowed us to create an OptionsBase class. Most of it was easily migrated to the new lib API, but I'm not sure how to tackle the Usage/Help...
I'm migrating to net 5.0 and moving **away** from the 2.x version of this lib. Is there a way to replace these calls with something similar? ``` // passive, throws...
Are Quorum queues supported in current version? What is the state of HA and cluster support with this lib? Any way to specify multiple RabbitMQ nodes, when connecting, so if...
I've inherited an old C++ codebase, and seems that the process crashes when RabbitMQ connection closes. Is this the normal behaviour? Or is there a way to handle disconnections in...
What is the current state of this library when a RabbitMQ cluster node fails or shutdowns? I still see the queues created on the failed node in Rabbit UI, but...
Are there any plans of releasing the latest version of SimpleAmqpClient as a NuGet package? Current one has an issue on my project: negotiated channel_max = 0 is higher than...
*Please use this template for reporting suspected bugs or requests for help.* # Issue description ZeroMQ seems to favor one IP over the other when DNS name returns two IPs....
*Please use this template for reporting suspected bugs or requests for help.* # Issue description cmake -G "Visual Studio 12 2013" .. results in: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(61,5): error MSB8013: This...
I'm building a Docker Swarm system, in which one service acts as a central logger. That logger is a ZeroMQ listener for other ZMQ log clients. I have managed to...
For the time being we're stuck with a pretty old version of EasyNetQ (v0.55), as we're stuck with with pretty much everything. But for this project it would be very...