On 25/08/16 21:40, John McLaughlin wrote:
I am not sure of the proper etiquette here, but I wanted to say thanks to
Gordon.
Most welcome, thanks for giving the QPid project a try!
Building the C++ qpidd with "-Damqp_force=true" did, in fact, solve my
problem.
Great!
--
I am not sure of the proper etiquette here, but I wanted to say thanks to
Gordon.
Building the C++ qpidd with "-Damqp_force=true" did, in fact, solve my
problem.
Thank you.
John
--
View this message in context:
http://qpid.2158936.n2.nabble.com/QPID-C-Broker-and-QPID-Proton-C-Example-interop
On 24/08/16 01:54, John McLaughlin wrote:
QPID/AMPQ noob here, but I could use some help.
I git-cloned the latest repos for qpid-cpp and qpid-proton. For each, I
successfully built and "sudo installed" with CMake/Make using default
configs.
As a test, I wanted to run qpidd and an example clien
Hello John,
A while ago, when I was testing with Qpid C++ broker, I encountered similar
errors where I couldn't communicate using AMQP 1.0.
I solved it by launching qpidd with the following option
"--load-module=amqp.so". Amqp.so is a library which is also built when you
cmake/make Qpid C++ B