Our server is running broker-j 7.0.6 and our sessions are transacted. We're
seeing a lot of exceptions of the form "Failed to rollback:
org.apache.qpid.AMQException: timed out waiting for sync: complete = 18,
point = 19 [error code 541: internal error]" I read that this can be a
symptom of the brok
Hello,
What Olivier was proposing is more at the level of the C++ proton binding.
What we would like to do is:
Instead of taking a vector of fixed fail-over urls in the
reconnect_options, we would like the reconnect_options to take an
std::function that returns a URL. This function will be called