Alan Antonuk
Alan Antonuk
Could you point me at the instructions for Java or python? On Tue, Jan 11, 2022 at 12:20 PM wozne ***@***.***> wrote: > I am trying to implement “rabbitmq_delayed_message_exchange” in...
When this was initially written, the intent was for the library to be as plug and play as possible for those using the API, this meant that I wanted as...
Unfortunately the FindBoost cmake library that SimpleAmqpClient uses can be tricky to use when boost is installed in a place that isn't a default. Take a look at https://cmake.org/cmake/help/latest/module/FindBoost.html to...
This appears to be fixed in https://github.com/alanxz/SimpleAmqpClient/commit/4818655450f385d7a9b68c3ebc60dc71fe42e2a3.
SimpleAmqpClient sets the prefetch per-channel (not per-consumer). What is the pre-fetch for the channel that the consumer is running on? Note that SimpleAmqpClient creates a single AMQP channel per consumer,...
I will accept PRs that replace boost with newer C++-isms. I'd prefer if it was c++14 compatible (easier to find compilers that implement the full spec, I'm not sure what...
Add a try/catch block and check the string returned by AmqpResponseLibraryException::message() for more information about what failed.
Any errors in the broker logs?
No static libs on Win32 was a restriction I put in place in an attempt to make SimpleAmqpClient easer to use[1]. Currently this is working as intended. I'm contemplating lifting...
@Pro100sie3mam not yet. I have seen quite a bit of interest in a static version of SimpleAmqpClient recently, so I'm making this a priority to get it done.