svn commit: r818347 - in /qpid/trunk/qpid/cpp/src/qmf: BrokerProxyImpl.h ConsoleEngine.h Object.h ObjectId.h Query.h Schema.h Value.h

2009-09-23 Thread shuston
Author: shuston Date: Thu Sep 24 02:23:57 2009 New Revision: 818347 URL: http://svn.apache.org/viewvc?rev=818347&view=rev Log: Use struct/class consistently Modified: qpid/trunk/qpid/cpp/src/qmf/BrokerProxyImpl.h qpid/trunk/qpid/cpp/src/qmf/ConsoleEngine.h qpid/trunk/qpid/cpp/src/qmf/

svn commit: r818338 - in /qpid/trunk/qpid/wcf/src/Apache/Qpid: Channel/ Interop/

2009-09-23 Thread shuston
Author: shuston Date: Thu Sep 24 01:24:28 2009 New Revision: 818338 URL: http://svn.apache.org/viewvc?rev=818338&view=rev Log: Apply patches from QPID-2110 Modified: qpid/trunk/qpid/wcf/src/Apache/Qpid/Channel/AmqpBinding.cs qpid/trunk/qpid/wcf/src/Apache/Qpid/Channel/AmqpBindingConfigur

svn commit: r818246 - /qpid/trunk/qpid/cpp/src/tests/Makefile.am

2009-09-23 Thread astitcher
Author: astitcher Date: Wed Sep 23 20:41:29 2009 New Revision: 818246 URL: http://svn.apache.org/viewvc?rev=818246&view=rev Log: Fix to allow python testing stuff to build outside source tree Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am Modified: qpid/trunk/qpid/cpp/src/tests/Makefile

svn commit: r818244 - in /qpid/trunk/qpid/cpp/src/qpid/broker: Broker.cpp Broker.h Queue.cpp QueueEvents.cpp QueueEvents.h

2009-09-23 Thread cctrieloff
Author: cctrieloff Date: Wed Sep 23 20:34:48 2009 New Revision: 818244 URL: http://svn.apache.org/viewvc?rev=818244&view=rev Log: This patch requires svn 817742, corrects the lock issue for ring queue in 817742, and protects replication when used together with flow to disk Modified: qpid/tru

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes Page edited by Martin Ritchie Java Client Dispatcher Changes. Investigation of QPID-1871 has highlighted a race condition between the Dispatcher and the clients request to rollback. Problem

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes - Alternative

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes - Alternative Page added by Martin Ritchie Alternative approach to addressing Dispatcher issues. Looking at the current rollback implementation we have two different approaches. One for 0-8 and one for 0-10

svn commit: r818141 - in /qpid/trunk/qpid/cpp/bindings/qmf: ruby/qmf.rb tests/ruby_console.rb tests/ruby_console_test.rb tests/test_base.rb

2009-09-23 Thread tross
Author: tross Date: Wed Sep 23 15:34:46 2009 New Revision: 818141 URL: http://svn.apache.org/viewvc?rev=818141&view=rev Log: Fixes to the QMF Ruby API - added missing methods and reduced use of "get_" convention. Modified: qpid/trunk/qpid/cpp/bindings/qmf/ruby/qmf.rb qpid/trunk/qpid/cpp/

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes - Details

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes - Details Page edited by Martin Ritchie Change Details The change summary page only covers the idea that extracting the Dispatcher class from the AMQSession class is a goal. The page does not adaqu

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes Page edited by Martin Ritchie Java Client Dispatcher Changes. Investigation of QPID-1871 has highlighted a race condition between the Dispatcher and the clients request to rollback. Problem

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes Page edited by Martin Ritchie Put Details on wrong page. Put Details on wrong page. Java Client Dispatcher Changes. Investigation of QPID-1871 has highlighted a race condition

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes - Details

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes - Details Page added by Martin Ritchie Change Details The change summary page only covers the idea that extracting the Dispatcher class from the AMQSession class is a goal. The page does not adaquitely expl

[CONF] Apache Qpid > 0.6 Java Client Dispatcher Changes

2009-09-23 Thread confluence
0.6 Java Client Dispatcher Changes Page edited by Martin Ritchie Change Details The change summary page only covers the idea that extracting the Dispatcher class from the AMQSession class is a goal. The page does not adequately expl

svn commit: r818075 - in /qpid/trunk/qpid/python/qpid: address.py driver.py messaging.py selector.py

2009-09-23 Thread rhs
Author: rhs Date: Wed Sep 23 12:30:49 2009 New Revision: 818075 URL: http://svn.apache.org/viewvc?rev=818075&view=rev Log: switched API over to select based driver; added address parser Added: qpid/trunk/qpid/python/qpid/address.py qpid/trunk/qpid/python/qpid/selector.py Modified: qpi

svn commit: r818020 - /qpid/trunk/qpid/cpp/src/tests/

2009-09-23 Thread mgoulish
Author: mgoulish Date: Wed Sep 23 09:39:12 2009 New Revision: 818020 URL: http://svn.apache.org/viewvc?rev=818020&view=rev Log: rhs's new system for python allows us to build python test code that is appropriate for the installed python version, and place the code at any desired location. This is