Hi, everyone. Since the Qpid 0.28 release, I've been using a particular
tool to generate and test releases. Here's my previous post on the topic:
http://qpid.2158936.n2.nabble.com/Qpid-dist-tool-td7605197.html
Besides renaming the tool to "quirk", I've now extended it for developer
use cases.
TL;DR: On Windows with Visual Studio, Remove CMakeCache.txt and rerun
CMake.
I've fixed a problem with the build just ignoring the BUILD_WITH_CXX
build setting - however it means that unless you remove that cached
setting and run cmake again or just run cmake from scratch you will get
errors in yo
Its great to see some more real world use cases being created but how
about some proton-j examples? It seems to be woefully behind to the point
where even some of the out of the box examples aren¹t fully functionally
anymoreŠ
Jack
On 9/22/14, 12:51 PM, "Alan Conway" wrote:
>On Thu, 2014-09-1
And to be a really good doobie don't forget a Windows build of some sort.
-C
- Original Message -
> From: "Michael Goulish"
> To: users@qpid.apache.org
> Sent: Monday, September 29, 2014 6:01:12 PM
> Subject: Re: Proton revision 1627945 barfs on cmake -DCMAKE_BUILD_TYPE=Debug
> ..
>
>
I'm hitting an 'invalid read' valgrind error in the python message LoadSave
tests:
[kgiusti@t530 python]$ valgrind -q --trace-children=yes
--suppressions=./proton_tests/valgrind.supp ./proton-test
"proton_tests.message.LoadSaveTest.testData"proton_tests.message.LoadSaveTest.testData
..
Hi,
you can get more duplicated messages, depending on your client's
capacity/prefetch. The higher capacity is, the more messages the broker can
send to the client without getting acknowledgement to prior messages. I.e. the
bigger message throughput you get (until some threshold). On the other s
Hi Steve,
I wonder how to check for duplicates, as well. I create topics using
--sequence like:
qpid-config -b localhost exchange topic test_topic --durable
--sequence
I understood that the the order of messages is guaranteed, then. This
means a duplicate message can only be the
Windows now works with ctest for 0.8. Yay!
The rc1 version of qpid-proton-0.8.tar.gz works for me (build and ctest) on:
XP32bit compile python27 cmake28 VS2010 server VM
WIN7 32bit compile python25 cmake28 vs2008 laptop
WIN8 64bit compile python27 cmake30 vs2013 server VM