|
Page Edited :
qpid :
C++ vs. Python API Discrepancies
C++ vs. Python API Discrepancies has been edited by Jonathan Robie (Mar 09, 2009). Content:This page compares C++ and Python code samples from our examples, looking for arbitrary discrepancies in the API. I suggest that we add proposals to fix these discrepancies inline for each example. Opening and closing connections and sessionsC++
Connection connection;
try {
connection.open(host, port);
Session session = connection.newSession();
...
connection.close();
return 0;
} catch(const std::exception& error) {
std::cout << error.what() << std::endl;
}
return 1;
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]
Unsubscribe or edit your notifications preferences
