-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13885/
-----------------------------------------------------------
(Updated Aug. 30, 2013, 3:58 p.m.)
Review request for qpid.
Changes
-------
* Added reconect() method with no url which uses the preconfigured url
* Renamed getCurrentUrl() to getUrl()
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 (updated)
-----
/trunk/qpid/cpp/examples/messaging/server.cpp 1518233
/trunk/qpid/cpp/include/qpid/messaging/Connection.h 1518233
/trunk/qpid/cpp/src/qpid/client/Connection.h 1518233
/trunk/qpid/cpp/src/qpid/client/Connection.cpp 1518233
/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.h 1518233
/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp 1518233
/trunk/qpid/cpp/src/qpid/messaging/Connection.cpp 1518233
/trunk/qpid/cpp/src/qpid/messaging/ConnectionImpl.h 1518233
/trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.h 1518233
/trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp 1518233
/trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionHandle.h 1518233
/trunk/qpid/cpp/src/qpid/messaging/amqp/ConnectionHandle.cpp 1518233
Diff: https://reviews.apache.org/r/13885/diff/
Testing
-------
Thanks,
Gordon Sim