svn commit: r742876 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java

2009-02-10 Thread rajdavies
Author: rajdavies Date: Tue Feb 10 08:07:16 2009 New Revision: 742876 URL: http://svn.apache.org/viewvc?rev=742876view=rev Log: Fix for https://issues.apache.org/activemq/browse/AMQ-2100 Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java

svn commit: r742888 - in /activemq/trunk: activemq-optional/src/main/java/org/apache/activemq/transport/util/TextWireFormat.java activemq-xmpp/src/main/java/org/apache/activemq/transport/xmpp/XmppWire

2009-02-10 Thread dejanb
Author: dejanb Date: Tue Feb 10 08:37:12 2009 New Revision: 742888 URL: http://svn.apache.org/viewvc?rev=742888view=rev Log: additional fix for https://issues.apache.org/activemq/browse/AMQ-2088 Modified:

svn commit: r742930 - /activemq/trunk/assembly/pom.xml

2009-02-10 Thread dejanb
Author: dejanb Date: Tue Feb 10 10:45:44 2009 New Revision: 742930 URL: http://svn.apache.org/viewvc?rev=742930view=rev Log: fix for https://issues.apache.org/activemq/browse/AMQ-2101 Modified: activemq/trunk/assembly/pom.xml Modified: activemq/trunk/assembly/pom.xml URL:

svn commit: r742941 - in /activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/multicast: localBroker.xml remoteBroker.xml

2009-02-10 Thread gtully
Author: gtully Date: Tue Feb 10 11:51:43 2009 New Revision: 742941 URL: http://svn.apache.org/viewvc?rev=742941view=rev Log: fix up org.apache.activemq.network.MulticastNetworkTest Modified:

svn commit: r743027 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JMSConsumerTest.java

2009-02-10 Thread gtully
Author: gtully Date: Tue Feb 10 17:38:28 2009 New Revision: 743027 URL: http://svn.apache.org/viewvc?rev=743027view=rev Log: test for AMQ-2100 Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JMSConsumerTest.java Modified:

svn commit: r743068 [2/2] - in /activemq/activemq-cpp/trunk/src: main/activemq/cmsutil/ main/activemq/commands/ main/activemq/core/ main/activemq/state/ main/activemq/transport/ main/activemq/util/ ma

2009-02-10 Thread tabish
Added: activemq/activemq-cpp/trunk/src/test/decaf/util/STLMapTest.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/decaf/util/STLMapTest.h?rev=743068view=auto == ---

svn commit: r743103 - in /activemq/activemq-cpp/trunk/src: main/ main/decaf/util/concurrent/ test/ test/decaf/util/concurrent/

2009-02-10 Thread tabish
Author: tabish Date: Tue Feb 10 21:08:30 2009 New Revision: 743103 URL: http://svn.apache.org/viewvc?rev=743103view=rev Log: Adds a Interface ConcurrentMap to the Concurrent package and implements a basic ConcurrentSTLMap class that is thread safe by locking on its internal mutex for all

svn commit: r743119 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt

2009-02-10 Thread tabish
Author: tabish Date: Tue Feb 10 21:57:29 2009 New Revision: 743119 URL: http://svn.apache.org/viewvc?rev=743119view=rev Log: Update for next release Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt Modified:

svn commit: r743121 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac

2009-02-10 Thread tabish
Author: tabish Date: Tue Feb 10 21:58:51 2009 New Revision: 743121 URL: http://svn.apache.org/viewvc?rev=743121view=rev Log: Update for next release Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac

svn commit: r743123 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac

2009-02-10 Thread tabish
Author: tabish Date: Tue Feb 10 21:59:16 2009 New Revision: 743123 URL: http://svn.apache.org/viewvc?rev=743123view=rev Log: Update for next release Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac

svn commit: r743116 [2/2] - in /activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main: activemq/connector/openwire/commands/ java/org/apache/activemq/openwire/tool/

2009-02-10 Thread tabish
Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java URL:

svn commit: r743125 - /activemq/activemq-cpp/tags/activemq-cpp-2.2.4/

2009-02-10 Thread tabish
Author: tabish Date: Tue Feb 10 22:01:03 2009 New Revision: 743125 URL: http://svn.apache.org/viewvc?rev=743125view=rev Log: Tag for next release Added: activemq/activemq-cpp/tags/activemq-cpp-2.2.4/ - copied from r743124, activemq/activemq-cpp/branches/activemq-cpp-2.x/

svn commit: r743258 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ActiveMQTextMessage.java

2009-02-10 Thread rajdavies
Author: rajdavies Date: Wed Feb 11 07:34:26 2009 New Revision: 743258 URL: http://svn.apache.org/viewvc?rev=743258view=rev Log: Fix for https://issues.apache.org/activemq/browse/AMQ-2103 Modified: