FW: RE: external event loop

2023-11-10 Thread Tom Crowe
(). In either case, when I re-establish the tcp connection, I call connect() and dispatch() from within my connection_driver sub-class but nothing happens. Nothing appears in the output buffer. Should that work OR is connection_driver for single use only? Thanks for any help. From: Tom Crowe Sent

RE: external event loop

2023-11-06 Thread Tom Crowe
Hi, So all working fine with Connection_driver and an external event loop. However, when trying to add a 're-connect' feature, the connection_driver based client is unresponsive. Details: 1. When the server fails abruptly, the loss of transport is detected by a socket recv on the client.

RE: external event loop

2023-10-30 Thread Tom Crowe
Hi, Any feedback on this point... for connection_driver, must I call tick() if I'm not interested in Heartbeats ? Thanks, - Tom From: Tom Crowe Sent: Wednesday, October 25, 2023 5:44 PM To: users@qpid.apache.org Subject: RE: external event loop Thanks Cliff for your helpful answer

RE: external event loop

2023-10-25 Thread Tom Crowe
don't need to call the tick() function at all ? Or does tick() service other needs e.g. message aging in queues OR timeouts related to settlement OR something else ? Thanks. From: Tom Crowe Sent: Friday, June 30, 2023 11:09 AM To: users@qpid.apache.org Subject: RE: external event loop Discovered t

RE: external event loop

2023-06-30 Thread Tom Crowe
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. > >

external event loop

2023-06-28 Thread Tom Crowe
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