svn commit: r772381 - /qpid/trunk/qpid/python/qpid/testlib.py

2009-05-06 Thread kpvdr
Author: kpvdr Date: Wed May 6 17:45:36 2009 New Revision: 772381 URL: http://svn.apache.org/viewvc?rev=772381view=rev Log: Added missing import from testlib.py Modified: qpid/trunk/qpid/python/qpid/testlib.py Modified: qpid/trunk/qpid/python/qpid/testlib.py URL:

svn commit: r772384 - in /qpid/trunk/qpid/cpp/src: qpid/broker/DeliveryRecord.cpp qpid/broker/DeliveryRecord.h qpid/broker/SemanticState.cpp qpid/broker/SemanticState.h qpid/broker/TxAccept.cpp tests/

2009-05-06 Thread aconway
Author: aconway Date: Wed May 6 17:58:50 2009 New Revision: 772384 URL: http://svn.apache.org/viewvc?rev=772384view=rev Log: DeliveryRecord optimizations. Replace linear search with binary search. Collapse multi-pass mark-then-erase to a signle pass. Modified:

[CONF] Apache Qpid: Proposal for a new JMS Destination configuration2 (page created)

2009-05-06 Thread confluence
Page Created : qpid : Proposal for a new JMS Destination configuration2 Proposal for a new JMS Destination configuration2 has been created by Rajith Attapattu (May 06, 2009).

[CONF] Apache Qpid: Proposal for a new JMS Destination configuration2 (page edited)

2009-05-06 Thread confluence
Page Edited : qpid : Proposal for a new JMS Destination configuration2 Proposal for a new JMS Destination configuration2 has been edited by Rafael H. Schloming (May 06, 2009).

[CONF] Apache Qpid: Proposal for a new JMS Destination configuration2 (page edited)

2009-05-06 Thread confluence
Page Edited : qpid : Proposal for a new JMS Destination configuration2 Proposal for a new JMS Destination configuration2 has been edited by Rafael H. Schloming (May 06, 2009).

svn commit: r772491 - /qpid/trunk/qpid/java/testkit/src/main/java/org/apache/qpid/testkit/perf/TestParams.java

2009-05-06 Thread rajith
Author: rajith Date: Thu May 7 03:16:03 2009 New Revision: 772491 URL: http://svn.apache.org/viewvc?rev=772491view=rev Log: Modified the default message size to 1024 bytes Modified: qpid/trunk/qpid/java/testkit/src/main/java/org/apache/qpid/testkit/perf/TestParams.java Modified: