Re: qpid-jms-client-0.45 --> Suspected deadlocked threads - owned by JmsSession delivery dispatcher

2020-11-27 Thread Robbie Gemmell
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

Re: Qpid Proton C++ - send message only when available from another thread

2020-11-27 Thread Francesco Raviglione
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