----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13885/#review25795 -----------------------------------------------------------
Ship it! /trunk/qpid/cpp/examples/messaging/server.cpp <https://reviews.apache.org/r/13885/#comment50319> The basic example should use the default/simplest approach, i.e. automatic reconnect. Suggest creating a new demo for this feature. /trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h <https://reviews.apache.org/r/13885/#comment50318> Just 'getUrl()' - it's obvious from context that this is the current URL for the connection. - Alan Conway On Aug. 28, 2013, 3:13 p.m., Gordon Sim wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13885/ > ----------------------------------------------------------- > > (Updated Aug. 28, 2013, 3:13 p.m.) > > > Review request for qpid. > > > Bugs: QPID-4932 > https://issues.apache.org/jira/browse/QPID-4932 > > > Repository: qpid > > > Description > ------- > > The reconnect feature is at present rather and 'all or nothing' solution. > This proposal improves on that by exposing a new reconnect() method allowing > the application to drive the reconnection process without having to do all > the session/sender/receiver re-establishment or message replay. > > > Diffs > ----- > > /trunk/qpid/cpp/examples/messaging/server.cpp 1518236 > /trunk/qpid/cpp/include/qpid/messaging/Connection.h 1518236 > /trunk/qpid/cpp/src/qpid/client/Connection.h 1518236 > /trunk/qpid/cpp/src/qpid/client/Connection.cpp 1518236 > /trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h 1518236 > /trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp 1518236 > /trunk/qpid/cpp/src/qpid/messaging/Connection.cpp 1518236 > /trunk/qpid/cpp/src/qpid/messaging/ConnectionImpl.h 1518236 > /trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.h 1518236 > /trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp 1518236 > /trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionHandle.h 1518236 > /trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionHandle.cpp 1518236 > > Diff: https://reviews.apache.org/r/13885/diff/ > > > Testing > ------- > > > Thanks, > > Gordon Sim > >
