Author: tabish Date: Mon Dec 8 07:41:09 2008 New Revision: 724381 URL: http://svn.apache.org/viewvc?rev=724381&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-211 implement response to KeepAliveInfo Commands. Modified: activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/OpenWireConnector.cpp Modified: activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/OpenWireConnector.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/OpenWireConnector.cpp?rev=724381&r1=724380&r2=724381&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/OpenWireConnector.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/OpenWireConnector.cpp Mon Dec 8 07:41:09 2008 @@ -1436,7 +1436,7 @@ if( command->isResponseRequired() ) { command->setResponseRequired( false ); - oneway( info ); + oneway( command ); } delete command;