From ef958e7b221d38ec76c392f76a66978211d6d1f9 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 9 Apr 2010 15:08:47 +0000 Subject: QPID-664: changed connect() back to open(),removed detach(),defined new exception hierarchy, added ability to re-use reconnect/replay logic for resource-limit-exceeded errors git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932451 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/messaging/map_receiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples/messaging/map_receiver.cpp') diff --git a/cpp/examples/messaging/map_receiver.cpp b/cpp/examples/messaging/map_receiver.cpp index 55c543b90b..6afc4c9ec9 100644 --- a/cpp/examples/messaging/map_receiver.cpp +++ b/cpp/examples/messaging/map_receiver.cpp @@ -40,7 +40,7 @@ int main(int argc, char** argv) { Connection connection(url); try { - connection.connect(); + connection.open(); Session session = connection.createSession(); Receiver receiver = session.createReceiver("message_queue"); Variant::Map content; -- cgit v1.2.1