svn commit: r1177835 - /qpid/trunk/qpid/cpp/include/qpid/console/ObjectId.h

2011-09-30 Thread chug
Author: chug Date: Fri Sep 30 20:58:23 2011 New Revision: 1177835 URL: http://svn.apache.org/viewvc?rev=1177835&view=rev Log: QPID-2574 Mismatch uint32_t / size_t There is no logic error in this code. The explicit type conversions silence conversion warnings. Modified: qpid/trunk/qpid/cpp/in

svn commit: r1177833 - in /qpid/branches/qpid-2920-active/qpid/cpp: src/ src/qpid/cluster/ src/qpid/cluster/exp/ xml/

2011-09-30 Thread aconway
Author: aconway Date: Fri Sep 30 20:56:15 2011 New Revision: 1177833 URL: http://svn.apache.org/viewvc?rev=1177833&view=rev Log: QPID-2920: Send messages frame by frame. The sender picks a channel number unique within that sender. Messages are sent over CPG frame-by-frame and assembled based on t

svn commit: r1177832 - in /qpid/branches/qpid-2920-active/qpid/cpp/src/tests: qpid-cluster-benchmark qpid-cpp-benchmark qpid-receive.cpp

2011-09-30 Thread aconway
Author: aconway Date: Fri Sep 30 20:56:00 2011 New Revision: 1177832 URL: http://svn.apache.org/viewvc?rev=1177832&view=rev Log: QPID-2920: Improve benchmark tests, allow saving received messages. Modified: qpid/branches/qpid-2920-active/qpid/cpp/src/tests/qpid-cluster-benchmark qpid/bran

svn commit: r1177831 - /qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/broker/Queue.cpp

2011-09-30 Thread aconway
Author: aconway Date: Fri Sep 30 20:55:54 2011 New Revision: 1177831 URL: http://svn.apache.org/viewvc?rev=1177831&view=rev Log: QPID-2920: Fix race condition causing sporadic duplicate messages. Modified: qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/broker/Queue.cpp Modified: qpid/branc

svn commit: r1177830 - in /qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/cluster/exp: BrokerContext.cpp BrokerContext.h Core.cpp

2011-09-30 Thread aconway
Author: aconway Date: Fri Sep 30 20:55:48 2011 New Revision: 1177830 URL: http://svn.apache.org/viewvc?rev=1177830&view=rev Log: QPID-2920: Remove unused QueueHandler member from BrokerContext. Modified: qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/cluster/exp/BrokerContext.cpp qpid/

svn commit: r1177829 - in /qpid/branches/qpid-2920-active/qpid/cpp/src/qpid: broker/Queue.cpp broker/Queue.h cluster/exp/BrokerContext.cpp sys/Activity.h sys/Stoppable.h

2011-09-30 Thread aconway
Author: aconway Date: Fri Sep 30 20:55:40 2011 New Revision: 1177829 URL: http://svn.apache.org/viewvc?rev=1177829&view=rev Log: QPID-2920: Renamed Stoppable to Activity, clearer naming. Added: qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/sys/Activity.h (contents, props changed)

svn commit: r1177689 - in /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client: AMQConnectionDelegate_8_0.java protocol/AMQProtocolHandler.java state/AMQStateManager.java state/StateWaite

2011-09-30 Thread kwall
Author: kwall Date: Fri Sep 30 14:56:57 2011 New Revision: 1177689 URL: http://svn.apache.org/viewvc?rev=1177689&view=rev Log: QPID-3512: Avoid race during 0-8..0-9-1 connection close. Modified: qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_8_0.java

svn commit: r1177676 - in /qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/cluster/exp: Core.cpp CountdownTimer.h

2011-09-30 Thread aconway
Author: aconway Date: Fri Sep 30 14:23:32 2011 New Revision: 1177676 URL: http://svn.apache.org/viewvc?rev=1177676&view=rev Log: QPID-2920: removed temporary debug logging statements. Modified: qpid/branches/qpid-2920-active/qpid/cpp/src/qpid/cluster/exp/Core.cpp qpid/branches/qpid-2920-

svn commit: r1177658 - in /qpid/trunk/qpid/java: ./ bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/ systests/etc/ systests/src/main/java/org/apache/qpid/server/logging/ systests/src/ma

2011-09-30 Thread robbie
Author: robbie Date: Fri Sep 30 13:38:45 2011 New Revision: 1177658 URL: http://svn.apache.org/viewvc?rev=1177658&view=rev Log: QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/java dir, use relative paths to the broker startup script and config files, update the QBTC

svn commit: r1177657 - in /qpid/trunk/qpid/java: broker/bin/qpid-server common/bin/qpid-run

2011-09-30 Thread robbie
Author: robbie Date: Fri Sep 30 13:38:14 2011 New Revision: 1177657 URL: http://svn.apache.org/viewvc?rev=1177657&view=rev Log: QPID-3515: update qpid-server and qpid-run to enable them to work if QPID_HOME and QPID_WORK contain spaces and parentheses Modified: qpid/trunk/qpid/java/broker/bi

svn commit: r1177656 - /qpid/trunk/qpid/java/broker/bin/qpid-server

2011-09-30 Thread robbie
Author: robbie Date: Fri Sep 30 13:38:04 2011 New Revision: 1177656 URL: http://svn.apache.org/viewvc?rev=1177656&view=rev Log: QPID-3504: make the broker start script check for additional jar files in lib/opt/ to add to its classpath using the JDK 6 classpath expansion convenience, enabling an

svn commit: r1177629 - in /qpid/trunk/qpid/cpp/bindings/qpid/ruby: .gitignore CMakeLists.txt LICENSE README.rdoc Rakefile TODO ext/ ext/cqpid/ ext/cqpid/extconf.rb lib/qpid/version.rb

2011-09-30 Thread tross
Author: tross Date: Fri Sep 30 12:32:26 2011 New Revision: 1177629 URL: http://svn.apache.org/viewvc?rev=1177629&view=rev Log: QPID-3362 - Creates the Qpid gem file for distribution on RubyGems.org Committed patch from Darryl Pierce Added: qpid/trunk/qpid/cpp/bindings/qpid/ruby/.gitignore