Re: [qpid-proton-cpp] default_container does not implement thread safety at all?

2017-05-25 Thread Fj
By the way, if anyone is interested, as a stop-gap solution I ended up just implementing a timer-based callback reenqueuing itself every 50ms and pulling callbacks from a properly synchronized queue and executing them on the worker thread. It's not even that bad performance-wise, it just adds those

Re: [VOTE] Release Qpid Java 6.0.7 (RC1)

2017-05-25 Thread Keith W
Making my +1 explicit. My testing was: 1) Ran apache rat 2) Verified the md5/sha checksums on all distribution artefacts 3) Verified signatures on all all distribution artefacts 4) Built/ran test profiles mms for 0-9 and 0-10 from source bundle 5) Ran hello world against staged maven artefacts ag

[VOTE] Release Qpid Java 6.0.7 (RC1)

2017-05-25 Thread Keith W
Hi all, A release candidate for the next release (6.0.7) of the Qpid Java Components has been created. The list of defect fixes can be found in Jira: https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.0.7 Please test and vote accordingly. The

Installing apache's qpid-proton project on OS X

2017-05-25 Thread Yoalli Hidalgo Pontet
Hi QPID users, I would love to use Apache's qpid project as part of another project I am working on. However the installation instructions I found don't provide the steps to install it on OS X (in my case, the version I use is OS X 10.12 Sierra): https://github.com/apache/qpid-proton/blob/master/I

Re: Java broker OOM due to DirectMemory

2017-05-25 Thread Keith W
On 25 May 2017 at 00:02, Ramayan Tiwari wrote: > Hi Keith, > > Thanks so much for the update and putting together the new version with > enhancements to flowToDisk. No problem at all. Just to confirm, in order for me to get the > broker with these fixes and also use MultiQueueConsumer, I will ge