Author: tabish
Date: Tue Nov 25 06:23:36 2008
New Revision: 720504
URL: http://svn.apache.org/viewvc?rev=720504&view=rev
Log:
Update the comments in the samples
Modified:
activemq/activemq-cpp/trunk/src/examples/consumers/SimpleAsyncConsumer.cpp
activemq/activemq-cpp/trunk/src/examples/producers/SimpleProducer.cpp
Modified:
activemq/activemq-cpp/trunk/src/examples/consumers/SimpleAsyncConsumer.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/examples/consumers/SimpleAsyncConsumer.cpp?rev=720504&r1=720503&r2=720504&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/examples/consumers/SimpleAsyncConsumer.cpp
(original)
+++ activemq/activemq-cpp/trunk/src/examples/consumers/SimpleAsyncConsumer.cpp
Tue Nov 25 06:23:36 2008
@@ -212,7 +212,7 @@
std::string brokerURI =
"tcp://127.0.0.1:61616"
"?wireFormat=openwire"
-// "&transport.useAsyncSend=true"
+// "&connection.useAsyncSend=true"
// "&transport.commandTracingEnabled=true"
// "&transport.tcpTracingEnabled=true"
// "&wireFormat.tightEncodingEnabled=true"
Modified: activemq/activemq-cpp/trunk/src/examples/producers/SimpleProducer.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/examples/producers/SimpleProducer.cpp?rev=720504&r1=720503&r2=720504&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/examples/producers/SimpleProducer.cpp
(original)
+++ activemq/activemq-cpp/trunk/src/examples/producers/SimpleProducer.cpp Tue
Nov 25 06:23:36 2008
@@ -190,7 +190,7 @@
std::string brokerURI =
"tcp://127.0.0.1:61616"
"?wireFormat=openwire"
-// "&transport.useAsyncSend=true"
+// "&connection.useAsyncSend=true"
// "&transport.commandTracingEnabled=true"
// "&transport.tcpTracingEnabled=true"
// "&wireFormat.tightEncodingEnabled=true"