svn commit: r746131 - in /activemq/sandbox/activemq-flow/src: main/proto/ test/java/org/apache/activemq/flow/

2009-02-19 Thread chirino
Author: chirino Date: Fri Feb 20 03:58:14 2009 New Revision: 746131 URL: http://svn.apache.org/viewvc?rev=746131&view=rev Log: Switch to using AsciiBuffers instead of strings wherever possible to avoid UTF8 marshalling.. also someimes you can avoid demarshalling alltogether. Modified: activ

svn commit: r746129 - in /activemq/activemq-protobuf/trunk/activemq-protobuf/src/main/java/org/apache/activemq/protobuf: AsciiBuffer.java Buffer.java UTF8Buffer.java compiler/AltJavaGenerator.java com

2009-02-19 Thread chirino
Author: chirino Date: Fri Feb 20 03:52:57 2009 New Revision: 746129 URL: http://svn.apache.org/viewvc?rev=746129&view=rev Log: Adding support for UTF8 and Ascii based buffers. This should help make it more clear what type of encoding is being used string stored in a buffer feild. Added: a

svn commit: r746106 - /activemq/activemq-protobuf/trunk/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/AltJavaGenerator.java

2009-02-19 Thread chirino
Author: chirino Date: Fri Feb 20 02:05:08 2009 New Revision: 746106 URL: http://svn.apache.org/viewvc?rev=746106&view=rev Log: Fixing externizable encoding Modified: activemq/activemq-protobuf/trunk/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/AltJavaGenerator.java

svn commit: r746027 - /activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/target/

2009-02-19 Thread tabish
Author: tabish Date: Thu Feb 19 22:16:02 2009 New Revision: 746027 URL: http://svn.apache.org/viewvc?rev=746027&view=rev Log: Moved the OpenWire Generator code into its own project to make it easier to maintain and add other projects as needed to the activemq-cpp domain. Removed: activemq/ac

svn commit: r746026 - in /activemq/activemq-cpp/trunk: pom.xml src/main/java/

2009-02-19 Thread tabish
Author: tabish Date: Thu Feb 19 22:14:01 2009 New Revision: 746026 URL: http://svn.apache.org/viewvc?rev=746026&view=rev Log: Moved the OpenWire Generator code into its own project to make it easier to maintain and add other projects as needed to the activemq-cpp domain. Removed: activemq/ac

svn commit: r746023 - in /activemq/activemq-cpp/trunk/src/test: activemq/commands/ActiveMQBytesMessageTest.cpp testRegistry.cpp

2009-02-19 Thread tabish
Author: tabish Date: Thu Feb 19 22:10:04 2009 New Revision: 746023 URL: http://svn.apache.org/viewvc?rev=746023&view=rev Log: Added some tests Modified: activemq/activemq-cpp/trunk/src/test/activemq/commands/ActiveMQBytesMessageTest.cpp activemq/activemq-cpp/trunk/src/test/testRegistry.c

svn commit: r746017 - in /activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/test/ src/test/java/ target/ target/classes/ target/class

2009-02-19 Thread tabish
Author: tabish Date: Thu Feb 19 22:01:00 2009 New Revision: 746017 URL: http://svn.apache.org/viewvc?rev=746017&view=rev Log: Moved the OpenWire Generator code into its own project to make it easier to maintain and add other projects as needed to the activemq-cpp domain. Added: activemq/acti

svn commit: r745987 - in /activemq/activemq-cpp/trunk/src/main: activemq/commands/ActiveMQBytesMessage.h activemq/commands/ActiveMQTextMessage.h activemq/state/ConnectionStateTracker.cpp cms/BytesMess

2009-02-19 Thread tabish
Author: tabish Date: Thu Feb 19 20:37:20 2009 New Revision: 745987 URL: http://svn.apache.org/viewvc?rev=745987&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-100 Refactoring of the Transports and Commands to use Smart Pointers to pass data around and avoid making copies as much a

svn commit: r745953 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/ActiveMQMessageConsumer.java main/java/org/apache/activemq/broker/region/Queue.java test/java/org/apache/activ

2009-02-19 Thread gtully
Author: gtully Date: Thu Feb 19 18:15:59 2009 New Revision: 745953 URL: http://svn.apache.org/viewvc?rev=745953&view=rev Log: tidy up redispatch logic a little more, resolve: AMQ-2128, deliver acks on dispose in auto_ack mode. also get some closure on: MQ-2075 Modified: activemq/trunk/activ

svn commit: r745938 - in /activemq/sandbox/activemq-flow/src/test: java/org/apache/activemq/flow/Proto2WireFormatFactory.java java/org/apache/activemq/flow/Router.java resources/META-INF/services/org/

2009-02-19 Thread chirino
Author: chirino Date: Thu Feb 19 17:30:11 2009 New Revision: 745938 URL: http://svn.apache.org/viewvc?rev=745938&view=rev Log: Added a proto2 wire which uses the new externalizable style encoding/decoding. Just so we can benchmark protobuf encoding vs. more standard java style externalizable en

svn commit: r745926 - /activemq/activemq-protobuf/trunk/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/AltJavaGenerator.java

2009-02-19 Thread chirino
Author: chirino Date: Thu Feb 19 17:01:07 2009 New Revision: 745926 URL: http://svn.apache.org/viewvc?rev=745926&view=rev Log: Add support for a more efficent (CPU wise) encoding via the writeExternal readExternal methods. Modified: activemq/activemq-protobuf/trunk/activemq-protobuf/src/ma

svn commit: r745895 - /activemq/trunk/pom.xml

2009-02-19 Thread dejanb
Author: dejanb Date: Thu Feb 19 15:14:51 2009 New Revision: 745895 URL: http://svn.apache.org/viewvc?rev=745895&view=rev Log: Upgrading Camel https://issues.apache.org/activemq/browse/AMQ-2124 Modified: activemq/trunk/pom.xml Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewv

svn commit: r745885 - in /activemq/sandbox/activemq-flow/src/test/java/org/apache/activemq/flow: MockBrokerTest.java RemoteProducer.java

2009-02-19 Thread chirino
Author: chirino Date: Thu Feb 19 14:37:23 2009 New Revision: 745885 URL: http://svn.apache.org/viewvc?rev=745885&view=rev Log: Made payload generation more efficent. Modified: activemq/sandbox/activemq-flow/src/test/java/org/apache/activemq/flow/MockBrokerTest.java activemq/sandbox/acti

svn commit: r745833 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/ManagementContext.java

2009-02-19 Thread dejanb
Author: dejanb Date: Thu Feb 19 12:09:21 2009 New Revision: 745833 URL: http://svn.apache.org/viewvc?rev=745833&view=rev Log: additional fix for https://issues.apache.org/activemq/browse/AMQ-2085 Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/ManagementCo