QPID CPP .34: interop_tests failed - How to resolve?

2016-03-09 Thread Flores, Paul A.
I am seeing the following in the test log. Can anyone help me fix this? Do I delete the file listed in the error message? "interop_tests" start time: Mar 09 13:43 MST Output: -- Traceback (most recent call last): File

Re: [Help] Debug qpid code

2016-03-09 Thread Rob Godfrey
Which version of the AMQP protocol are you using to publish your messages? AMQChannel is only used for the 0-8, 0-9, and 0-9-1 protocols. If you are using AMQP 0-10 or AMQP 1.0 your breakpoint will never be hit. Cheers, Rob On 9 March 2016 at 12:18, Indika Sampath

Re: [C++ broker] No logs not found when installing binary from ppa:qpid/testing

2016-03-09 Thread Morgan Lindqvist
Hi, I found the issue, one was forced to set the option "log-to-syslog=yes" to get the logs in the syslog file /Morgan -- View this message in context: http://qpid.2158936.n2.nabble.com/C-broker-No-logs-not-found-when-installing-binary-from-ppa-qpid-testing-tp7639838p7639842.html Sent from

[C++ broker] No logs not found when installing binary from ppa:qpid/testing

2016-03-09 Thread Morgan Lindqvist
Hi, I have on my Ubuntu 14.04 installed the qpidd binary from ppa:qpid/testing sudo add-apt-repository ppa:qpid/testing sudo apt-get update sudo apt-get upgrade sudo apt-get install quid --- When starting the quid daemon it does not log anything to /var/log/syslog as the daemon

[Help] Debug qpid code

2016-03-09 Thread Indika Sampath
Hi All, I forked qpid [1] and studying the implementation. I was create Jmeter scripts to publish and subscribe. Those are working fine. So I started to identify message publishing flow. I am using Intellij Idea community edition version 15. Project imported to Intellij Idea correctly. Next I set