svn commit: r797706 - /qpid/trunk/qpid/java/test-profiles/

2009-07-24 Thread rhs
Author: rhs Date: Sat Jul 25 02:39:16 2009 New Revision: 797706 URL: http://svn.apache.org/viewvc?rev=797706&view=rev Log: eliminate duplication between exclude lists for the various cpp profiles Added: qpid/trunk/qpid/java/test-profiles/cpp.async.excludes qpid/trunk/qpid/java/test-profil

svn commit: r797705 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/client/AMQSession_0_10.java common/src/main/java/org/apache/qpid/transport/Session.java

2009-07-24 Thread rhs
Author: rhs Date: Sat Jul 25 02:38:15 2009 New Revision: 797705 URL: http://svn.apache.org/viewvc?rev=797705&view=rev Log: fixed session memory leak exposed by SessionCreateTest Modified: qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession_0_10.java qpid/trunk/qp

svn commit: r797698 - in /qpid/trunk/qpid/cpp/src/qpid/replication: ReplicationExchange.cpp ReplicationExchange.h

2009-07-24 Thread cctrieloff
Author: cctrieloff Date: Sat Jul 25 00:44:33 2009 New Revision: 797698 URL: http://svn.apache.org/viewvc?rev=797698&view=rev Log: Add missing mgnt counters for replication exchange Modified: qpid/trunk/qpid/cpp/src/qpid/replication/ReplicationExchange.cpp qpid/trunk/qpid/cpp/src/qpid/repl

[CONF] Apache Qpid > Qpid 'C++' Documentation

2009-07-24 Thread confluence
Qpid 'C++' Documentation Page edited by Steve Huston Introduction Contributors should read: README in subversion for build instructions. C++ coding tips C++ style guide C++ public API guidelines OS version considerations Aut

[CONF] Apache Qpid > CppBrokerStartPlugins

2009-07-24 Thread confluence
CppBrokerStartPlugins Page edited by Steve Huston The C++ broker automatically loads available plugins when it starts. It can get plugins from two places: All loadable plugins from the directory specified with the --module-dir opt

[CONF] Apache Qpid > C++ Broker Startup and Plugins

2009-07-24 Thread confluence
C++ Broker Startup and Plugins Page added by Steve Huston The C++ broker automatically loads available plugins when it starts. It can get plugins from two places: All loadable plugins from the directory specified with the --module-dir opti

[CONF] Apache Qpid > Robbie Gemmell

2009-07-24 Thread confluence
Robbie Gemmell Page edited by Robbie Gemmell GSoC 2009 Progress Work is progressing in line with expectations, with most of the new UI completed and work underway on the remaining additions. The table below gives an overview of curr

[CONF] Apache Qpid > Common Network Layer Interface

2009-07-24 Thread confluence
Common Network Layer Interface Page edited by Aidan Skinner Purpose This design page describes the low level design for the new interface which is aimed at facilitating encapsulation for the Network code in both the Java Broker & Cl

svn commit: r797510 - in /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/exchange: ExchangeOperationsTabControl.java HeadersExchangeOperationsTabContr

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:55:24 2009 New Revision: 797510 URL: http://svn.apache.org/viewvc?rev=797510&view=rev Log: QPID-2006: enable double click on a Queue from a binding result in order to open the Queue mbean directly from the Exchanges mbean view Modified: qpid/trunk/qpid/jav

svn commit: r797508 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/vhost/VHostTabControl.java

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:54:50 2009 New Revision: 797508 URL: http://svn.apache.org/viewvc?rev=797508&view=rev Log: QPID-2006: enable double click to open a Queue/Exchange directly from the VirtualHostManager mbean view Modified: qpid/trunk/qpid/java/management/eclipse-plugin/src/

[CONF] Apache Qpid > Common Network Layer Interface

2009-07-24 Thread confluence
Common Network Layer Interface Page edited by Aidan Skinner Purpose This design page describes the low level design for the new interface which is aimed at facilitating encapsulation for the Network code in both the Java Broker & Cl

svn commit: r797507 - in /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/type: MBeanTypeTabControl.java QueueTypeTabControl.java

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:48:58 2009 New Revision: 797507 URL: http://svn.apache.org/viewvc?rev=797507&view=rev Log: QPID-1978: Enable multiple selection for adding Queues/Connections/Exchanges to Favourites Modified: qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org

svn commit: r797506 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/vhost/VHostTabControl.java

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:48:23 2009 New Revision: 797506 URL: http://svn.apache.org/viewvc?rev=797506&view=rev Log: QPID-1978: Enable multiple selection in the VirtualHostManager MBean for Queue/Exchange deletion Modified: qpid/trunk/qpid/java/management/eclipse-plugin/src/main/ja

[CONF] Apache Qpid > Common Network Layer Interface

2009-07-24 Thread confluence
Common Network Layer Interface Page edited by Aidan Skinner Purpose This design page describes the low level design for the new interface which is aimed at facilitating encapsulation for the Network code in both the Java Broker & Cl

[CONF] Apache Qpid > Common Network Layer Interface

2009-07-24 Thread confluence
Common Network Layer Interface File attached by Aidan Skinner broker-0.N-network.png (68 kB image/png) Change Notification Preferences View Attachments -

svn commit: r797502 - in /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views: logging/ConfigurationFileTabControl.java logging/RuntimeTabControl.java queu

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:44:52 2009 New Revision: 797502 URL: http://svn.apache.org/viewvc?rev=797502&view=rev Log: QPID-1978: Enable multiple selection for the LoggingManagement tabs, allowing alteration of multiple logger levels at once Modified: qpid/trunk/qpid/java/management/

svn commit: r797498 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/users/UserManagementTabControl.java

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:40:59 2009 New Revision: 797498 URL: http://svn.apache.org/viewvc?rev=797498&view=rev Log: QPID-1978: Enable multiple-selection for the Set Rights and Delete Users operations in UserManagement. Also reverse location of the operation buttons, and switch a compat

svn commit: r797476 - in /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui: ./ jmx/ views/ views/type/

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:22:14 2009 New Revision: 797476 URL: http://svn.apache.org/viewvc?rev=797476&view=rev Log: QPID-2000: Convert the Queue selection view to use the new getQueueNamesDepths() method from the VirtualHostManager MBean to gather the QueueDepth data for newer brokers

svn commit: r797473 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/AMQBrokerManagerMBean.java management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedB

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 14:21:06 2009 New Revision: 797473 URL: http://svn.apache.org/viewvc?rev=797473&view=rev Log: QPID-2000: add a method to the VirtualHostManager MBean to retrieve a Map keyed by Queue names in the vhost, with values indicating their respective depths in bytes Modi

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture Page edited by Aidan Skinner Current implementation Issues Current implementation Current implementation Inside Qpid, data is read from a socket and placed in a buffer. A separate thread then ta

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture File removed by Aidan Skinner qpid-current-network.png (67 kB image/png) - current network classes Change Notification Preferences

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture File attached by Aidan Skinner client-0.5-connection-creation.png (42 kB image/png) broker-0.5-network.png (72 kB image/png) client-0.5-network-processing.png

svn commit: r797461 - in /qpid/trunk/qpid/java/doc: broker-0.5-network.dia client-0.5-connection-creation.dia client-0.5-network-processing.dia qpid-client-connection-creation.dia qpid-current-network

2009-07-24 Thread aidan
Author: aidan Date: Fri Jul 24 13:59:57 2009 New Revision: 797461 URL: http://svn.apache.org/viewvc?rev=797461&view=rev Log: Rename client and broker UML. Add current client network diagram. Added: qpid/trunk/qpid/java/doc/broker-0.5-network.dia qpid/trunk/qpid/java/doc/client-0.5-connect

svn commit: r797458 - /qpid/trunk/.gitignore

2009-07-24 Thread ritchiem
Author: ritchiem Date: Fri Jul 24 13:54:33 2009 New Revision: 797458 URL: http://svn.apache.org/viewvc?rev=797458&view=rev Log: Update velocity.log ignore to be velocity.log* Modified: qpid/trunk/.gitignore Modified: qpid/trunk/.gitignore URL: http://svn.apache.org/viewvc/qpid/trunk/.gitign

svn commit: r797432 - /qpid/trunk/qpid/cpp/src/qpid/broker/QueuePolicy.cpp

2009-07-24 Thread aconway
Author: aconway Date: Fri Jul 24 12:47:53 2009 New Revision: 797432 URL: http://svn.apache.org/viewvc?rev=797432&view=rev Log: Revert "Remove uninformative per-message info level log message." This reverts r797184. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/QueuePolicy.cpp Modified: qpid

svn commit: r797421 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/logging/messages/ test/java/org/apache/qpid/server/logging/messages/ velocity/java/org/apache/qpid/server/lo

2009-07-24 Thread ritchiem
Author: ritchiem Date: Fri Jul 24 11:32:40 2009 New Revision: 797421 URL: http://svn.apache.org/viewvc?rev=797421&view=rev Log: QPID-2001 : Update to provide control of options in messages. Update to improve formatting of generated code Inclusion of more documentation Defaulted generation to use U

svn commit: r797409 - in /qpid/trunk/qpid/java/doc: Qpid-architecture.dia noddy-network-blocks.dia qpid-client-connection-creation.dia qpid-current-network.dia

2009-07-24 Thread aidan
Author: aidan Date: Fri Jul 24 10:24:41 2009 New Revision: 797409 URL: http://svn.apache.org/viewvc?rev=797409&view=rev Log: Add diagrams of current networking Added: qpid/trunk/qpid/java/doc/Qpid-architecture.dia qpid/trunk/qpid/java/doc/noddy-network-blocks.dia qpid/trunk/qpid/java/

svn commit: r797387 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/exchange/ management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/exchange/

2009-07-24 Thread robbie
Author: robbie Date: Fri Jul 24 09:32:11 2009 New Revision: 797387 URL: http://svn.apache.org/viewvc?rev=797387&view=rev Log: QPID-2005: make the fanout exchange mbean return a single wildcard binding entry with all queues listed. Modify the management console to auto-select the wildcard binding

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture Page edited by Aidan Skinner Current implementation Issues Current implementation Current implementation Inside Qpid, data is read from a socket and placed in a buffer. A separate thread then ta

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture Page edited by Aidan Skinner Current implementation Issues Current implementation Inside Qpid, data is read from a socket and placed in a buffer. A separate thread then takes this buffer and attempt

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture Page edited by Aidan Skinner Current implementation Issues Current implementation Inside Qpid, data is read from a socket and placed in a buffer. A separate thread then takes this buffer and attempt

[CONF] Apache Qpid > Current Architecture

2009-07-24 Thread confluence
Current Architecture File attached by Aidan Skinner qpid-current-network.png (67 kB image/png) - current network classes Change Notification Preferences

[CONF] Apache Qpid > Common Network Layer Interface

2009-07-24 Thread confluence
Common Network Layer Interface Page edited by Martin Ritchie Purpose This design page describes the low level design for the new interface which is aimed at facilitating encapsulation for the Network code in both the Java Broker & C