You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/08/14 23:30:44 UTC

svn commit: r1514057 - in /activemq/activemq-cpp/trunk/activemq-cpp: RELEASE_NOTES.txt activemq-cpp.spec src/main/activemq/core/ActiveMQConnectionMetaData.cpp

Author: tabish
Date: Wed Aug 14 21:30:44 2013
New Revision: 1514057

URL: http://svn.apache.org/r1514057
Log:
Cleanup and prep for v3.8.0 release. 

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt
    activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.spec
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt?rev=1514057&r1=1514056&r2=1514057&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt Wed Aug 14 21:30:44 2013
@@ -2,6 +2,28 @@
 ==  Release Notes for ActiveMQ CPP 3.8.0                               ==
 =========================================================================
 
+Bug
+
+    [AMQCPP-483] - 3.7.0 does not compile with gcc-4.4.7 on CentOS-6
+    [AMQCPP-484] - Can't connect via Stomp to Apollo broker - ActiveMq-Cpp version: 3.7.0
+    [AMQCPP-485] - APR-Util header include missed in latest release.
+    [AMQCPP-487] - CMS FailoverTransport Leaks Socket Descriptors
+    [AMQCPP-488] - closing a connection stalled in start because of failover should stop the transport safely.
+    [AMQCPP-489] - Compilation Error Fix for Sun Studio under Solaris 10
+    [AMQCPP-490] - Exception lifetime confusion can cause the application to crash
+    [AMQCPP-491] - Connection didn't switch to the slave broker when the master broker is down
+    [AMQCPP-494] - Commiting a session with a deleted consumer causes access violation
+    [AMQCPP-497] - Compilation of 3.7.0 fails for Linux systems (Redhat 5.8 and SuSE SLES 10)
+    [AMQCPP-498] - Client doesn't work on Linux Red Hat 6.4 systems, fails when setting thread priority
+    [AMQCPP-501] - Consumers remain active after being deleted
+    [AMQCPP-505] - For SSL connections ensure the SNI field is set.
+    [AMQCPP-506] - Exception "attempt to unlock read lock, not locked by current thread" when doing
+                   performance testing
+
+New Feature
+
+    [AMQCPP-502] - Can't send to temporary queues created by name
+
 
 =========================================================================
 ==  Release Notes for ActiveMQ CPP 3.7.1                               ==

Modified: activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.spec
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.spec?rev=1514057&r1=1514056&r2=1514057&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.spec (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.spec Wed Aug 14 21:30:44 2013
@@ -1,5 +1,5 @@
 Name:           activemq-cpp
-Version:        3.7.0
+Version:        3.8.0
 Release:        1%{?dist}
 Summary:        C++ Implementation of a JMS style Messaging Client
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp?rev=1514057&r1=1514056&r2=1514057&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp Wed Aug 14 21:30:44 2013
@@ -74,6 +74,7 @@ std::vector<std::string> ActiveMQConnect
 
     std::vector<std::string> jmxProperties;
 
+    jmxProperties.push_back( "JMSXUserID" );
     jmxProperties.push_back( "JMSXGroupID" );
     jmxProperties.push_back( "JMSXGroupSeq" );
     jmxProperties.push_back( "JMSXDeliveryCount" );