Discovered that search function on mail lists is returning hits, albeit hidden from view. Found enough info to work from. Thanks, - Tom
On 2023/06/28 14:12:14 Tom Crowe wrote: > Hi, > I have a working prototype with qpid proton c++ v0.37 consuming an amqps > 1.0 data feed. > > Next, I would like to incorporate the prototype into existing software. That > software has other networking interfaces and has a select() based event loop. > > How can I incorporate my qpid proton prototype into this event loop? > > I am encouraged when I see the 'connection_driver' class which is 'designed > to work with a classic reactor'. > I am discouraged by the fact that I see 'support for third party event loop' > as a nice-to-have feature in the README. > > Is it possible to incorporate my qpid proton c++ client into the existing > event loop? > If yes, how? > Are there any examples of this? > > Thanks for your help. > - Tom. >