svn commit: r741370 - /activemq/activemq-cpp/trunk/src/main/decaf/lang/Pointer.h

2009-02-05 Thread tabish
Author: tabish Date: Fri Feb 6 01:44:50 2009 New Revision: 741370 URL: http://svn.apache.org/viewvc?rev=741370&view=rev Log: Minor Cleanup Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Pointer.h Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Pointer.h URL: http://svn

svn commit: r741327 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/ activemq-core/src/main/java/org/apache/activemq/store/ activemq-core/src/main/java/org/

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 22:41:01 2009 New Revision: 741327 URL: http://svn.apache.org/viewvc?rev=741327&view=rev Log: - Implemented the setBatch API call in KahaDBStore. - fixed bug: When a async thread was used for writing in KahaDBStore you could run in a Memory leak due to an unbound

svn commit: r741334 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/store/kahadb/KahaDBStore.java test/java/org/apache/activemq/broker/region/cursors/StoreQueueCursorKahaDBNoDupl

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 22:46:01 2009 New Revision: 741334 URL: http://svn.apache.org/viewvc?rev=741334&view=rev Log: Fixed StoreQueueCursorKahaDBNoDuplicateTest Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/KahaDBStore.java activemq/trun

svn commit: r741333 - /activemq/activemq-cpp/trunk/src/main/decaf/lang/Pointer.h

2009-02-05 Thread tabish
Author: tabish Date: Thu Feb 5 22:45:32 2009 New Revision: 741333 URL: http://svn.apache.org/viewvc?rev=741333&view=rev Log: Minor Cleanup Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Pointer.h Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Pointer.h URL: http://svn

svn commit: r741329 - in /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store: AbstractMessageStore.java journal/JournalMessageStore.java

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 22:42:42 2009 New Revision: 741329 URL: http://svn.apache.org/viewvc?rev=741329&view=rev Log: Opps miss a couple of commits with that last change. Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/AbstractMessageStore.java ac

svn commit: r741325 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/cursors/StoreQueueCursorKahaDBNoDuplicateTest.java

2009-02-05 Thread gtully
Author: gtully Date: Thu Feb 5 22:38:31 2009 New Revision: 741325 URL: http://svn.apache.org/viewvc?rev=741325&view=rev Log: test for setBatch with KahaDB AMQ-2020 Added: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/cursors/StoreQueueCursorKahaDBNoDuplicateTe

svn commit: r741301 - /activemq/activemq-cpp/trunk/src/test/decaf/lang/PointerTest.cpp

2009-02-05 Thread tabish
Author: tabish Date: Thu Feb 5 21:33:28 2009 New Revision: 741301 URL: http://svn.apache.org/viewvc?rev=741301&view=rev Log: Add more tests Modified: activemq/activemq-cpp/trunk/src/test/decaf/lang/PointerTest.cpp Modified: activemq/activemq-cpp/trunk/src/test/decaf/lang/PointerTest.cpp URL

svn commit: r741293 - /activemq/trunk/kahadb/src/main/java/org/apache/kahadb/page/PageFile.java

2009-02-05 Thread gtully
Author: gtully Date: Thu Feb 5 21:15:13 2009 New Revision: 741293 URL: http://svn.apache.org/viewvc?rev=741293&view=rev Log: add a little more info to flush Modified: activemq/trunk/kahadb/src/main/java/org/apache/kahadb/page/PageFile.java Modified: activemq/trunk/kahadb/src/main/java/org/

svn commit: r741251 - /activemq/activemq-protobuf/trunk/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/JavaGenerator.java

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 19:30:41 2009 New Revision: 741251 URL: http://svn.apache.org/viewvc?rev=741251&view=rev Log: Fixing compile issue when deferred_decode=true Modified: activemq/activemq-protobuf/trunk/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/JavaG

svn commit: r741212 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/store/kahadb/ activemq-core/src/test/java/org/apache/activemq/bugs/ kahadb/src/main/java/org/apache/kahadb/ind

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 18:07:57 2009 New Revision: 741212 URL: http://svn.apache.org/viewvc?rev=741212&view=rev Log: Changed the cleanup algorithm used in the KahaDB.. It should now be much faster. Fixed bug in the BTreeNode.visit() which was making us load most of the pages instead o

svn commit: r741169 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/store/kahadb/ activemq-core/src/test/java/org/apache/activemq/bugs/ kahadb/src/main/java/org/apache/kahadb/pag

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 16:33:23 2009 New Revision: 741169 URL: http://svn.apache.org/viewvc?rev=741169&view=rev Log: Bettter property names. Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/KahaDBStore.java activemq/trunk/activemq-core/sr

svn commit: r741137 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/store/kahadb/ activemq-core/src/test/java/org/apache/activemq/bugs/ kahadb/src/main/java/org/apache/kahadb/pag

2009-02-05 Thread chirino
Author: chirino Date: Thu Feb 5 15:29:48 2009 New Revision: 741137 URL: http://svn.apache.org/viewvc?rev=741137&view=rev Log: Added the ability to customize thw write batch size in the PageFile. Added some diagnostic logging to see when store updates take too long and why. Modified: acti

svn commit: r741136 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java

2009-02-05 Thread gtully
Author: gtully Date: Thu Feb 5 15:29:00 2009 New Revision: 741136 URL: http://svn.apache.org/viewvc?rev=741136&view=rev Log: pass asyncWrite flag to page file Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java Modified: activemq/trun

svn commit: r741133 - in /activemq/activemq-cpp/trunk/src: main/cms/CMSException.h main/decaf/lang/Throwable.h test/activemq/exceptions/ActiveMQExceptionTest.cpp test/testRegistry.cpp

2009-02-05 Thread tabish
Author: tabish Date: Thu Feb 5 15:25:37 2009 New Revision: 741133 URL: http://svn.apache.org/viewvc?rev=741133&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-218 Make std::exception the virtual base class of the exception types so that ActiveMQException can be a Decaf Exception

svn commit: r741109 - in /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/stomp: ProtocolConverter.java StompConnection.java StompTransportFilter.java

2009-02-05 Thread dejanb
Author: dejanb Date: Thu Feb 5 14:33:59 2009 New Revision: 741109 URL: http://svn.apache.org/viewvc?rev=741109&view=rev Log: a couple of Stomp improvements Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/stomp/ProtocolConverter.java activemq/trunk/act

svn commit: r741107 - /activemq/activemq-cpp/trunk/src/test/decaf/lang/PointerTest.cpp

2009-02-05 Thread tabish
Author: tabish Date: Thu Feb 5 14:29:18 2009 New Revision: 741107 URL: http://svn.apache.org/viewvc?rev=741107&view=rev Log: Add more tests Modified: activemq/activemq-cpp/trunk/src/test/decaf/lang/PointerTest.cpp Modified: activemq/activemq-cpp/trunk/src/test/decaf/lang/PointerTest.cpp URL

svn commit: r741096 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/VerifySteadyEnqueueRate.java

2009-02-05 Thread gtully
Author: gtully Date: Thu Feb 5 13:07:32 2009 New Revision: 741096 URL: http://svn.apache.org/viewvc?rev=741096&view=rev Log: update simple enqueue rate verifier for kaha store Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/VerifySteadyEnqueueRate.java Modifie

svn commit: r741086 - in /activemq/scripts: copy_released_xsd.py copy_snapshot_xsd.py

2009-02-05 Thread hadrian
Author: hadrian Date: Thu Feb 5 12:13:20 2009 New Revision: 741086 URL: http://svn.apache.org/viewvc?rev=741086&view=rev Log: Remove permission setting altogether. Modified: activemq/scripts/copy_released_xsd.py activemq/scripts/copy_snapshot_xsd.py Modified: activemq/scripts/copy_relea

svn commit: r741083 - in /activemq/scripts: copy_released.py copy_snapshot.py

2009-02-05 Thread hadrian
Author: hadrian Date: Thu Feb 5 12:07:31 2009 New Revision: 741083 URL: http://svn.apache.org/viewvc?rev=741083&view=rev Log: Workaroud for permission setting problem. Modified: activemq/scripts/copy_released.py activemq/scripts/copy_snapshot.py Modified: activemq/scripts/copy_released.

svn commit: r741061 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/cursors/ main/java/org/apache/activemq/store/jdbc/ main/java/org/apache/activemq/store/jdbc/adap

2009-02-05 Thread gtully
Author: gtully Date: Thu Feb 5 10:06:39 2009 New Revision: 741061 URL: http://svn.apache.org/viewvc?rev=741061&view=rev Log: store specific tests for setBatch http://issues.apache.org/activemq/browse/AMQ-2020 Added: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/regi