The "Illegal invocation from MessageListener callback" issue looks to
be a distinct bug in the client. A MessageListener isnt normally
allowed to call close() on its session or connection, however the way
this restriction is implemented in the client means it is currently
also being applied incorre
Dear Robbie,
You are right.
Today I had time to have a more close and better look at the examples and I
noticed the the "multithreaded_client" (
http://qpid.apache.org/releases/qpid-proton-0.32.0/proton/cpp/examples/multithreaded_client.cpp.html)
could be exactly what I'm looking for, as it is sho