Author: tabish
Date: Mon Nov 17 07:58:03 2008
New Revision: 718266

URL: http://svn.apache.org/viewvc?rev=718266&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-196

Update the params in the example.

Complete the initial implementation of async send from the connector, 
deprecating the AsyncTransport.  Initial Memory usage tracking is in place but 
will probably need more work as users start using it.  

Modified:
    activemq/activemq-cpp/trunk/src/examples/main.cpp

Modified: activemq/activemq-cpp/trunk/src/examples/main.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/examples/main.cpp?rev=718266&r1=718265&r2=718266&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/examples/main.cpp (original)
+++ activemq/activemq-cpp/trunk/src/examples/main.cpp Mon Nov 17 07:58:03 2008
@@ -375,7 +375,6 @@
         "?wireFormat=openwire"
 //        "&connection.alwaysSyncSend=true"
 //        "&connection.useAsyncSend=true"
-//        "&transport.useAsyncSend=true"
 //        "&transport.commandTracingEnabled=true"
 //        "&transport.tcpTracingEnabled=true"
 //        "&wireFormat.tightEncodingEnabled=true"


Reply via email to