Author: tabish
Date: Mon Jan 12 13:58:58 2009
New Revision: 733921
URL: http://svn.apache.org/viewvc?rev=733921&view=rev
Log:
Fixing typo in example code URI
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=733921&r1=733920&r2=733921&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/examples/main.cpp (original)
+++ activemq/activemq-cpp/trunk/src/examples/main.cpp Mon Jan 12 13:58:58 2009
@@ -356,7 +356,7 @@
// tcp://127.0.0.1:61613?wireFormat=stomp use stomp instead
//
std::string brokerURI =
- "tcp://127.1.0.1:61616"
+ "tcp://127.0.0.1:61616"
"?wireFormat=openwire"
// "&connection.alwaysSyncSend=true"
// "&connection.useAsyncSend=true"