Re: Qpid Proton C++: continue running a client application after entering the event loop

2020-03-25 Thread Francesco Raviglione
Dear Robbie, Thank you very much for your reply. I will surely investigate more the examples you provided, especially the one related to the multithreaded client. Thank you again for your assistance! Il giorno lun 23 mar 2020 alle ore 12:45 Robbie Gemmell < robbie.gemm...@gmail.com> ha

Re: Qpid Proton C++: continue running a client application after entering the event loop

2020-03-23 Thread Robbie Gemmell
I believe youll need to either schedule work on the container thread, or use multiple threads and hand work off between them safely. Perhaps http://qpid.apache.org/releases/qpid-proton-0.30.0/proton/cpp/api/scheduled_send_8cpp-example.html or

Qpid Proton C++: continue running a client application after entering the event loop

2020-03-19 Thread Francesco Raviglione
Dear all, I am writing you because I'm trying to better understand how to use the Qpid Proton C++ library, after learning a bit how to work with the C API. My goal would be, in particular, to write a client/producer which can connect to an external broker, from which other clients can then