Good day,
In the proactor implementation, uv_mutex_lock is called without first
initializing the mutex with uv_mutex_init. This works fine on linux but on
Mac OS X, the uv_mutex_lock fails & calls abort().
Below patch fixes the issue, I will appreciate if same can be applied.
Regards,
Venkat
d
On 11/21/2017 01:20 PM, Robbie Gemmell wrote:
Hi folks,
I have put together a spin for a Qpid CPP 1.37.0 release, please give
it a test out and vote accordingly.
The source archive can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/cpp/1.37.0-rc1/
The JIRAs currently assigned are
On 21/11/17 18:20, Robbie Gemmell wrote:
Hi folks,
I have put together a spin for a Qpid CPP 1.37.0 release, please give
it a test out and vote accordingly.
The source archive can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/cpp/1.37.0-rc1/
The JIRAs currently assigned are:
htt
Hi folks,
I have put together a spin for a Qpid CPP 1.37.0 release, please give
it a test out and vote accordingly.
The source archive can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/cpp/1.37.0-rc1/
The JIRAs currently assigned are:
https://issues.apache.org/jira/secure/ReleaseN
Thank you Chris,
I've been reading about this new world (to me) of the reasons behind glibc and
ulibc. In some way there are similar issues in "toy languages / higher level
languages" like java or javascript (node.js) when shipping the equivalent of
executables with tons of dependencies (and t
AFAIK the AMQP message has a property called user-id. This can be set by
the client and the broker would verify that if it is set it contains the
user-id of the connected user and not some other user-id. So you can use it
to identify the sender. However, some clients simply leave it empty (and
some
Hello all,
I was asking myself if the messages which go through QPID brokers are
anonymous so that you can not find out who the sender was.
I speak about AMQP 1.0.
First Case (one broker):
If a producer sends a message to a QPID broker and a consumer is receiving
it. Is it possible for the consu
Hi Gordon – just a quick thanks for pointing me to [2].
The use case is that of a loading XML into a sharded database: a message
containing XML comes into the balancer (python proton reactor), the balancer
asks, using a topic with a temp reply_to queue, which shard is smallest and
then passes