svn commit: r945945 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/client/ systests/src/main/java/org/apache/qpid/test/client/destination/

2010-05-18 Thread rajith
Author: rajith Date: Tue May 18 23:05:36 2010 New Revision: 945945 URL: http://svn.apache.org/viewvc?rev=945945&view=rev Log: Implemented the feature described in QPID-2515 However a few issues needs to be ironed out - see the JIRA for these issues. Modified: qpid/trunk/qpid/java/client/src/

svn commit: r945904 - in /qpid/trunk/qpid/cpp/src/qpid: client/RdmaConnector.cpp sys/RdmaIOPlugin.cpp sys/rdma/RdmaClient.cpp sys/rdma/RdmaIO.cpp sys/rdma/RdmaIO.h sys/rdma/RdmaServer.cpp

2010-05-18 Thread astitcher
Author: astitcher Date: Tue May 18 21:41:25 2010 New Revision: 945904 URL: http://svn.apache.org/viewvc?rev=945904&view=rev Log: Fix RDMA for upstream changes which now require notification on shutdown differently from before Modified: qpid/trunk/qpid/cpp/src/qpid/client/RdmaConnector.cpp

svn commit: r945899 - in /qpid/trunk/qpid/cpp/src: qpid/sys/epoll/EpollPoller.cpp tests/PollerTest.cpp

2010-05-18 Thread astitcher
Author: astitcher Date: Tue May 18 21:33:15 2010 New Revision: 945899 URL: http://svn.apache.org/viewvc?rev=945899&view=rev Log: Fix the behaviour of the EpollPoller when shutdowns and interrupts interact Modified: qpid/trunk/qpid/cpp/src/qpid/sys/epoll/EpollPoller.cpp qpid/trunk/qpid/cpp

svn commit: r945872 - /qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

2010-05-18 Thread jonathan
Author: jonathan Date: Tue May 18 20:34:51 2010 New Revision: 945872 URL: http://svn.apache.org/viewvc?rev=945872&view=rev Log: Added section on security. Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.x

svn commit: r945871 - in /qpid/trunk/qpid: cpp/src/qpid/agent/ManagementAgentImpl.cpp cpp/src/qpid/management/ManagementAgent.cpp extras/qmf/src/py/qmf/console.py

2010-05-18 Thread kgiusti
Author: kgiusti Date: Tue May 18 20:34:34 2010 New Revision: 945871 URL: http://svn.apache.org/viewvc?rev=945871&view=rev Log: QMF: allow consoles to filter agent heartbeats based on agent identification. Modified: qpid/trunk/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp qpid/trunk/qpid

svn commit: r945839 - in /qpid/trunk/qpid/ruby: Rakefile lib/qpid/config.rb lib/qpid/specs/ lib/qpid/specs/amqp.0-10-qpid-errata.xml lib/qpid/specs/amqp.0-10.dtd

2010-05-18 Thread rhs
Author: rhs Date: Tue May 18 19:31:50 2010 New Revision: 945839 URL: http://svn.apache.org/viewvc?rev=945839&view=rev Log: removed external spec dependency Added: qpid/trunk/qpid/ruby/lib/qpid/specs/ qpid/trunk/qpid/ruby/lib/qpid/specs/amqp.0-10-qpid-errata.xml - copied unchanged fr

svn commit: r945833 - /qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py

2010-05-18 Thread tross
Author: tross Date: Tue May 18 19:16:28 2010 New Revision: 945833 URL: http://svn.apache.org/viewvc?rev=945833&view=rev Log: If a data update arrives with partial data, don't set the missing data to None, leave it absent. Modified: qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py Modified:

svn commit: r945813 - in /qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10: SenderImpl.cpp SenderImpl.h

2010-05-18 Thread aconway
Author: aconway Date: Tue May 18 18:47:25 2010 New Revision: 945813 URL: http://svn.apache.org/viewvc?rev=945813&view=rev Log: Added locking to make amqp_0_10::SenderImpl thread safe. Modified: qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp qpid/trunk/qpid/cpp/src/qpid/client

svn commit: r945789 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/AMQConnectionTest.java

2010-05-18 Thread rajith
Author: rajith Date: Tue May 18 17:53:02 2010 New Revision: 945789 URL: http://svn.apache.org/viewvc?rev=945789&view=rev Log: Modified the test slightly to make it work against the 0-10 code path. Verified that it works against the C++ broker and the Java broker (both 0-8 and 0-10 codepaths). Mo

svn commit: r945778 - in /qpid/trunk/qpid/cpp: include/qpid/messaging/ src/qpid/broker/windows/ src/qpid/client/

2010-05-18 Thread gsim
Author: gsim Date: Tue May 18 17:26:58 2010 New Revision: 945778 URL: http://svn.apache.org/viewvc?rev=945778&view=rev Log: QPID-2612: Fix to windows build from Chuck Rolke Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Address.h qpid/trunk/qpid/cpp/include/qpid/messaging/Connection

svn commit: r945716 - /qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py

2010-05-18 Thread kgiusti
Author: kgiusti Date: Tue May 18 15:51:32 2010 New Revision: 945716 URL: http://svn.apache.org/viewvc?rev=945716&view=rev Log: set the session's default timeout to match the broker's default Modified: qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py Modified: qpid/trunk/qpid/extras/qmf/src/p

svn commit: r945683 - in /qpid/trunk/qpid/java: broker-plugins/experimental/slowconsumerdetection/ broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/configuration/

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:44:43 2010 New Revision: 945683 URL: http://svn.apache.org/viewvc?rev=945683&view=rev Log: QPID-1447 : Update Plugins to use changes to ConfigurationPlugin, Update Test to correctly run and prevent failover. Update excludes to include test in Java Broker runs

svn commit: r945682 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/HouseKeepingTask.java

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:44:20 2010 New Revision: 945682 URL: http://svn.apache.org/viewvc?rev=945682&view=rev Log: QPID-2584 : Add Logging Actor to HouseKeepingTasks Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/HouseKeepingTask.java Mod

svn commit: r945681 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/configuration/plugins/ test/java/org/apache/qpid/server/configuration/plugins/

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:44:06 2010 New Revision: 945681 URL: http://svn.apache.org/viewvc?rev=945681&view=rev Log: QPID-2581 : Update ConfigurationPlugin to correctly handle attributes in configuration. Added work around for the fact that we use a Composite Configuration that turns

svn commit: r945680 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/configuration/ test/java/org/apache/qpid/server/configuration/

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:43:42 2010 New Revision: 945680 URL: http://svn.apache.org/viewvc?rev=945680&view=rev Log: QPID-2614 : Update QueueConfiguration to take two parameters, moved Munging code from VHC to QC. Updated Test. Modified: qpid/trunk/qpid/java/broker/src/main/java/

svn commit: r945679 - in /qpid/trunk/qpid/java: broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.jav

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:43:22 2010 New Revision: 945679 URL: http://svn.apache.org/viewvc?rev=945679&view=rev Log: QPID-2585 : Ensure plugins are correctly loaded, so can renenable PluginTest. (Patch provided by Andrew Kennedy) Modified: qpid/trunk/qpid/java/broker-plugins/extr

svn commit: r945678 - in /qpid/trunk/qpid/java: broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/ broker/src/main/java/org/apache/qpid/qmf/ bro

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:42:51 2010 New Revision: 945678 URL: http://svn.apache.org/viewvc?rev=945678&view=rev Log: QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the VHost thread pool. Update VirtualHost and Configuration to allow configuration and testing of

svn commit: r945677 - /qpid/trunk/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/SlowConsumerDetection.java

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:42:19 2010 New Revision: 945677 URL: http://svn.apache.org/viewvc?rev=945677&view=rev Log: QPID-2584, QPID-1447 : Update SCD Plugin to use new VHPlugin abstract class Modified: qpid/trunk/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/mai

svn commit: r945676 - in /qpid/trunk/qpid/java/broker: etc/ src/main/java/org/apache/qpid/server/configuration/ src/main/java/org/apache/qpid/server/virtualhost/ src/main/java/org/apache/qpid/server/v

2010-05-18 Thread ritchiem
Author: ritchiem Date: Tue May 18 14:42:04 2010 New Revision: 945676 URL: http://svn.apache.org/viewvc?rev=945676&view=rev Log: QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a RuntimeException occuring in a plugin will not cause the Plugin to stop running. Modified: qpid/trun

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

2010-05-18 Thread gsim
Author: gsim Date: Tue May 18 14:14:46 2010 New Revision: 945667 URL: http://svn.apache.org/viewvc?rev=945667&view=rev Log: QPID-2612: remove undesired char from makefile introduced by accident in last commit Modified: qpid/trunk/qpid/cpp/src/Makefile.am Modified: qpid/trunk/qpid/cpp/src/Ma

[CONF] Apache Qpid > ACL Design

2010-05-18 Thread confluence
ACL Design Page edited by Rajith Attapattu Changes (0) * [Current ACL Design |acl] * [Andrew Kennedy's Proposal For ACL v3 | andrew acl proposal] * [Rajit

[CONF] Apache Qpid > ACL Design

2010-05-18 Thread confluence
ACL Design Page edited by Rajith Attapattu Changes (1) * [ Current ACL Design | ACL] |acl] * [Andrew Kennedy's Proposal For ACL v3 | andrew acl proposal] *

[CONF] Apache Qpid > ACL Design

2010-05-18 Thread confluence
ACL Design Page edited by Rajith Attapattu Changes (1) * [ Current ACL Design | ACL] |acl] * [Andrew Kennedy's Proposal For ACL v3 | andrew acl proposal ]

[CONF] Apache Qpid > andrew acl proposal

2010-05-18 Thread confluence
andrew acl proposal Page added by Rajith Attapattu DRAFT ACL Implementation Use Cases Allow access to broker functions to be controlled by an ACL, with the checks being carried out independantly of the mechanism used to access the broker.

[CONF] Apache Qpid > ACL Design

2010-05-18 Thread confluence
ACL Design Page added by Rajith Attapattu [ Current ACL Design | ACL] Andrew Kennedy's Proposal For ACL v3 Rajith Attapattu's Proposal For ACL v3 Change Notification Preferences View Online

[CONF] Apache Qpid > Developer Pages

2010-05-18 Thread confluence
Developer Pages Page edited by Rajith Attapattu Changes (1) ... * [AMQP Distributed Transaction Classes (C++)] \- Distributed Transaction handling in the C+

svn commit: r945642 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt Makefile.am tests/cluster.cmake

2010-05-18 Thread gsim
Author: gsim Date: Tue May 18 13:13:34 2010 New Revision: 945642 URL: http://svn.apache.org/viewvc?rev=945642&view=rev Log: QPID-2612: remove qpidtypes lib as it causes problems on windows Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt qpid/trunk/qpid/cpp/src/Makefile.am qpid/trunk/

svn commit: r945591 - /qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

2010-05-18 Thread jonathan
Author: jonathan Date: Tue May 18 11:27:07 2010 New Revision: 945591 URL: http://svn.apache.org/viewvc?rev=945591&view=rev Log: XML exchange is discussed under x-bindings now, extended reliability with failover, reliability options. Still working on security ... Modified: qpid/trunk/qpid/doc

svn commit: r945536 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java

2010-05-18 Thread robbie
Author: robbie Date: Tue May 18 08:22:09 2010 New Revision: 945536 URL: http://svn.apache.org/viewvc?rev=945536&view=rev Log: QPID-2613: flush 0-8/0-9 message to store when delivery begins Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java Modified: