-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13885/
-----------------------------------------------------------
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