svn commit: r796203 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/queue/ broker/src/test/java/org/apache/qpid/server/queue/ management/common/src/main/java/org/apache/qpid/ma

2009-07-21 Thread robbie
Author: robbie Date: Tue Jul 21 09:12:28 2009 New Revision: 796203 URL: http://svn.apache.org/viewvc?rev=796203view=rev Log: QPID-1968: Expose deleteMessages() queue operation through the JMX MBean interface, add test for deleteMessages() Modified:

svn commit: r796212 - in /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui: ServerRegistry.java jmx/JMXServerRegistry.java model/NotificationObject.java views

2009-07-21 Thread robbie
Author: robbie Date: Tue Jul 21 09:32:53 2009 New Revision: 796212 URL: http://svn.apache.org/viewvc?rev=796212view=rev Log: QPID-1969: restrict the Notifications areas in each VirtualHost tree to only show the notifications from that VirtualHost, instead of those from the entire server.

svn commit: r796333 - in /qpid/trunk/qpid/cpp/src/qpid: broker/SemanticState.cpp broker/SessionAdapter.cpp cluster/Cpg.cpp cluster/Cpg.h

2009-07-21 Thread aconway
Author: aconway Date: Tue Jul 21 15:05:51 2009 New Revision: 796333 URL: http://svn.apache.org/viewvc?rev=796333view=rev Log: Remove some unnecessary promotions of char* to std::string. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp

[CONF] Apache Qpid Create interface in common

2009-07-21 Thread confluence
Create interface in common Page edited by Aidan Skinner passes and receives QpidByteBuffer to/from the network driver which is responsible for writing / reading into those buffers outgoing and incoming buffers are held by the IO

[CONF] Apache Qpid Create interface in common

2009-07-21 Thread confluence
Create interface in common Page edited by Aidan Skinner passes and receives QpidByteBuffer to/from the network driver which is responsible for writing / reading into those buffers outgoing and incoming buffers are held by the IO

svn commit: r796477 - in /qpid/trunk/qpid: python/mllib/__init__.py specs/amqp.0-10-qpid-errata.xml

2009-07-21 Thread rhs
Author: rhs Date: Tue Jul 21 19:02:15 2009 New Revision: 796477 URL: http://svn.apache.org/viewvc?rev=796477view=rev Log: workaround jython/python xml parser bug with unicode sources; added path support for mllib.xml_parse; uncommented dtd decl in spec file Modified:

svn commit: r796581 - /qpid/trunk/qpid/cpp/src/qpid/sys/windows/SystemInfo.cpp

2009-07-21 Thread shuston
Author: shuston Date: Tue Jul 21 23:37:24 2009 New Revision: 796581 URL: http://svn.apache.org/viewvc?rev=796581view=rev Log: Never try to init a string with a zero pointer; fixes QPID-1998 Modified: qpid/trunk/qpid/cpp/src/qpid/sys/windows/SystemInfo.cpp Modified: