svn commit: r1311673 - in /qpid/trunk/qpid/java/tools: bin/ src/main/java/org/apache/qpid/tools/

2012-04-10 Thread rajith
Author: rajith Date: Tue Apr 10 11:15:58 2012 New Revision: 1311673 URL: http://svn.apache.org/viewvc?rev=1311673view=rev Log: QPID-3941 Renamed existing files as the first step. The existing distributed testing framework is now named Mercury, and the related files are prefixed with that name for

svn commit: r1311674 - in /qpid/trunk/qpid/java/tools/src/main/java/org/apache/qpid/tools: JVMArgConfiguration.java TestConfiguration.java

2012-04-10 Thread rajith
Author: rajith Date: Tue Apr 10 11:16:32 2012 New Revision: 1311674 URL: http://svn.apache.org/viewvc?rev=1311674view=rev Log: QPID-3941 Test configuration is now accessed via the TestConfiguration interface. This would allow the various test tools to easily add/change the configuration

svn commit: r1311675 - /qpid/trunk/qpid/java/tools/src/main/java/org/apache/qpid/tools/LatencyTest.java

2012-04-10 Thread rajith
Author: rajith Date: Tue Apr 10 11:16:53 2012 New Revision: 1311675 URL: http://svn.apache.org/viewvc?rev=1311675view=rev Log: QPID-3941 Removed the old LatencyTest as it's no longer useful. Removed: qpid/trunk/qpid/java/tools/src/main/java/org/apache/qpid/tools/LatencyTest.java

svn commit: r1311676 - in /qpid/trunk/qpid/java/tools/src/main/java/org/apache/qpid/tools: QpidReceive.java QpidSend.java

2012-04-10 Thread rajith
Author: rajith Date: Tue Apr 10 11:17:14 2012 New Revision: 1311676 URL: http://svn.apache.org/viewvc?rev=1311676view=rev Log: QPID-3941 Refactored existing code in PerfConsumer and PerfProducer to extract QpidSend and QpidReceive. These classes closely follow the C++ qpid-send.cpp and

svn commit: r1311677 - in /qpid/trunk/qpid/java/tools/src/main/java/org/apache/qpid/tools: Clock.java MercuryBase.java MercuryConsumerController.java MercuryProducerController.java MercuryTestControll

2012-04-10 Thread rajith
Author: rajith Date: Tue Apr 10 11:17:35 2012 New Revision: 1311677 URL: http://svn.apache.org/viewvc?rev=1311677view=rev Log: QPID-3941 The existing PerfProducer, PerfConsumer and TestController were refactored to act more as controllers while the actual sending and receiving is now delegated to

svn commit: r1311678 - in /qpid/trunk/qpid/java/tools/src/main/java/org/apache/qpid/tools/report: ./ BasicReporter.java MercuryReporter.java Reporter.java Statistics.java

2012-04-10 Thread rajith
Author: rajith Date: Tue Apr 10 11:18:00 2012 New Revision: 1311678 URL: http://svn.apache.org/viewvc?rev=1311678view=rev Log: QPID-3941 Handles the stat collecting and reporting module for the jms perf tools housed under the java/tools module. This again closely followed the c++ versions. The

svn commit: r1311680 - /qpid/branches/gs-amqp-1-0-sandbox/

2012-04-10 Thread gsim
Author: gsim Date: Tue Apr 10 11:23:23 2012 New Revision: 1311680 URL: http://svn.apache.org/viewvc?rev=1311680view=rev Log: Sandbox for integration of AMQP 1.0 - via proton-c - into c++ client and broker Added: qpid/branches/gs-amqp-1-0-sandbox/ (props changed) - copied from

svn commit: r1311733 [2/2] - in /qpid/branches/gs-amqp-1-0-sandbox/qpid/cpp: ./ examples/messaging/ src/ src/qpid/framing/ src/qpid/messaging/ src/qpid/messaging/amqp/ src/tests/

2012-04-10 Thread gsim
Added: qpid/branches/gs-amqp-1-0-sandbox/qpid/cpp/src/qpid/messaging/amqp/SessionContext.cpp URL: http://svn.apache.org/viewvc/qpid/branches/gs-amqp-1-0-sandbox/qpid/cpp/src/qpid/messaging/amqp/SessionContext.cpp?rev=1311733view=auto

svn commit: r1311800 - /qpid/branches/0.16/qpid/tools/src/py/qmf-tool

2012-04-10 Thread tross
Author: tross Date: Tue Apr 10 15:48:37 2012 New Revision: 1311800 URL: http://svn.apache.org/viewvc?rev=1311800view=rev Log: QPID-3938 - Back-ported fix from trunk into 0.16 Modified: qpid/branches/0.16/qpid/tools/src/py/qmf-tool Modified: qpid/branches/0.16/qpid/tools/src/py/qmf-tool URL:

svn commit: r1311894 - /qpid/branches/0.16/qpid/cpp/src/tests/Makefile.am

2012-04-10 Thread chug
Author: chug Date: Tue Apr 10 18:06:14 2012 New Revision: 1311894 URL: http://svn.apache.org/viewvc?rev=1311894view=rev Log: QPID-3901: merge fix to 0.16 branch Modified: qpid/branches/0.16/qpid/cpp/src/tests/Makefile.am (contents, props changed) Modified:

svn commit: r1311912 - /qpid/branches/0.16/qpid/cpp/src/qpid/store/ms-clfs/Transaction.h

2012-04-10 Thread chug
Author: chug Date: Tue Apr 10 18:33:10 2012 New Revision: 1311912 URL: http://svn.apache.org/viewvc?rev=1311912view=rev Log: QPID-3900: merge fix to 0.16 branch Modified: qpid/branches/0.16/qpid/cpp/src/qpid/store/ms-clfs/Transaction.h (contents, props changed) Modified:

svn commit: r1311933 - /qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile

2012-04-10 Thread tross
Author: tross Date: Tue Apr 10 19:09:40 2012 New Revision: 1311933 URL: http://svn.apache.org/viewvc?rev=1311933view=rev Log: QPID-3940 - Includes the spec and features subdirectories in the gemfile for Ruby. Applied patch from Darryl Pierce. Modified:

svn commit: r1311962 - /qpid/branches/0.16/qpid/extras/qmf/src/py/qmf/console.py

2012-04-10 Thread mgoulish
Author: mgoulish Date: Tue Apr 10 20:03:01 2012 New Revision: 1311962 URL: http://svn.apache.org/viewvc?rev=1311962view=rev Log: QPID-3919 qpid-printevents backtrace under python 2.4 and 2.6 Modified: qpid/branches/0.16/qpid/extras/qmf/src/py/qmf/console.py Modified:

svn commit: r1311986 - /qpid/trunk/qpid/cpp/etc/Makefile.am

2012-04-10 Thread aconway
Author: aconway Date: Tue Apr 10 20:55:10 2012 New Revision: 1311986 URL: http://svn.apache.org/viewvc?rev=1311986view=rev Log: QPID-3603: Fixed broken make rules for cluster.conf-example.xml Modified: qpid/trunk/qpid/cpp/etc/Makefile.am Modified: qpid/trunk/qpid/cpp/etc/Makefile.am URL:

svn commit: r1311987 - /qpid/trunk/qpid/cpp/src/qpid/ha/HaBroker.cpp

2012-04-10 Thread aconway
Author: aconway Date: Tue Apr 10 20:55:18 2012 New Revision: 1311987 URL: http://svn.apache.org/viewvc?rev=1311987view=rev Log: QPID-3603: Fix initialization order of QueueReplicator to be thread safe. Modified: qpid/trunk/qpid/cpp/src/qpid/ha/HaBroker.cpp Modified:

svn commit: r1311988 - /qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp

2012-04-10 Thread aconway
Author: aconway Date: Tue Apr 10 20:55:26 2012 New Revision: 1311988 URL: http://svn.apache.org/viewvc?rev=1311988view=rev Log: QPID-3603: Fix race condition - destroying a lock while in use. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp Modified:

svn commit: r1312058 - /qpid/trunk/qpid/cpp/src/qpid/sys/windows/AsynchIO.cpp

2012-04-10 Thread cliffjansen
Author: cliffjansen Date: Wed Apr 11 00:42:42 2012 New Revision: 1312058 URL: http://svn.apache.org/viewvc?rev=1312058view=rev Log: QPID-3759: new update for spurious disconnect on close and serializing events Modified: qpid/trunk/qpid/cpp/src/qpid/sys/windows/AsynchIO.cpp Modified: