Author: tabish
Date: Mon Nov 16 19:51:22 2009
New Revision: 880931

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

Make the KeepAliveInfo failure exception more descriptive

Modified:
    
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/mock/MockTransport.cpp

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/mock/MockTransport.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/mock/MockTransport.cpp?rev=880931&r1=880930&r2=880931&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/mock/MockTransport.cpp
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/mock/MockTransport.cpp
 Mon Nov 16 19:51:22 2009
@@ -81,7 +81,7 @@
 
             if( this->numSentKeepAlives > this->numSentKeepAlivesBeforeFail ) {
                 throw IOException(
-                    __FILE__, __LINE__, "Failed to Send Message.");
+                    __FILE__, __LINE__, "Failed to Send KeepAliveInfo 
Command.");
             }
         }
 


Reply via email to