svn commit: r1350747 - in /qpid/trunk/qpid/cpp/src/qpid: acl/AclConnectionCounter.cpp broker/Connection.h

2012-06-15 Thread chug
Author: chug Date: Fri Jun 15 19:32:42 2012 New Revision: 1350747 URL: http://svn.apache.org/viewvc?rev=1350747&view=rev Log: QPID-4022 C++ Broker connection limits corrections for cluster. Never throw in event of shadow connection going over any limit and issue error messages describing cluster

svn commit: r1350746 - in /qpid/trunk/qpid/cpp/src/qpid/broker: Bridge.cpp Bridge.h LinkRegistry.cpp LinkRegistry.h

2012-06-15 Thread tross
Author: tross Date: Fri Jun 15 19:25:59 2012 New Revision: 1350746 URL: http://svn.apache.org/viewvc?rev=1350746&view=rev Log: QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::broker) Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Bridge.cpp qpid/trunk/qpid/cpp

svn commit: r1350732 - in /qpid/trunk/qpid/cpp/src: qpid/broker/Broker.cpp qpid/broker/Broker.h tests/federation.py tests/run_federation_tests

2012-06-15 Thread tross
Author: tross Date: Fri Jun 15 18:35:34 2012 New Revision: 1350732 URL: http://svn.apache.org/viewvc?rev=1350732&view=rev Log: QPID-4066 - Allow configuration to override the broker's federation tag Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp qpid/trunk/qpid/cpp/src/qpid/brok

svn commit: r1350722 - in /qpid/trunk/qpid/java/perftests/src/test/java/org/apache/qpid/systest/disttest/clientonly: ControllerQueue.java DistributedClientTest.java

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 18:16:11 2012 New Revision: 1350722 URL: http://svn.apache.org/viewvc?rev=1350722&view=rev Log: QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidSession occasionally seen to fail on CI Test is seen to fail on slower CI boxes running pers

svn commit: r1350712 - in /qpid/branches/address-refactor2/qpid/cpp/bindings: qpid/java/java.i swig_java_cpp_helper.i

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:24:09 2012 New Revision: 1350712 URL: http://svn.apache.org/viewvc?rev=1350712&view=rev Log: QPID-4027 Added one-to-one exception mapping between c++ and java to provide the application/users more detailed error information. Modified: qpid/branches/address-r

svn commit: r1350711 - in /qpid/branches/address-refactor2/qpid: cpp/bindings/qpid/java/ java/client-api/src/main/java/org/apache/qpid/messaging/cpp/ java/lib/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:23:48 2012 New Revision: 1350711 URL: http://svn.apache.org/viewvc?rev=1350711&view=rev Log: QPID-4027 Renamed the generated JNI wrapper files to use the Prefix Native. This allows me to just use NativeMessage instead of o.a.q.messaging.cpp.jni.Message to prevent

svn commit: r1350710 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: cpp/CppConnection.java cpp/CppReceiver.java cpp/CppSender.java cpp/CppTest.java

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:23:25 2012 New Revision: 1350710 URL: http://svn.apache.org/viewvc?rev=1350710&view=rev Log: QPID-4027 Tied in the message implementation into the cpp/jni implementation. A bit more cleanup and testing needs to be done. Modified: qpid/branches/address-refac

svn commit: r1350709 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: ./ cpp/ ext/ util/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:22:55 2012 New Revision: 1350709 URL: http://svn.apache.org/viewvc?rev=1350709&view=rev Log: QPID-4027 Created an AbstractMessageFactory which delegates the creation of version and/or implementation specific delegates to a concrete implementation. Created a concr

svn commit: r1350708 - in /qpid/branches/address-refactor2/qpid/java: client-api/src/main/java/org/apache/qpid/messaging/ client-api/src/main/java/org/apache/qpid/messaging/util/ common/src/main/java/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:22:29 2012 New Revision: 1350708 URL: http://svn.apache.org/viewvc?rev=1350708&view=rev Log: QPID-4027 The Connection object will provide a reference to the respective MessageFactory that can be used or creating messages or decoding content for messages received.

svn commit: r1350707 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging/util: GenericMessageAdapter.java MessageFactory_AMQP_0_10.java ReadOnlyMessageAd

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:22:05 2012 New Revision: 1350707 URL: http://svn.apache.org/viewvc?rev=1350707&view=rev Log: QPID-4027 Added an AMQP 0-10 message factory implementation. The StringMessage is not really 0-10 specific. When we add AMQP 1.0 support, perhaps we could have a Abstract

svn commit: r1350706 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: ListMessage.java MapMessage.java Message.java MessageFactory.java StringMessage

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:21:42 2012 New Revision: 1350706 URL: http://svn.apache.org/viewvc?rev=1350706&view=rev Log: QPID-4027 Added sub interfaces for Message class to retrieve specific content types. Added a MessageFactory to create concrete Message objects with given content. It can

svn commit: r1350704 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: cpp/ ext/ util/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:21:19 2012 New Revision: 1350704 URL: http://svn.apache.org/viewvc?rev=1350704&view=rev Log: Added a finally block for deleting the C++ objects when close is called to ensure that the underlying c++ objects don't leak. Filled in blank methods and another round of

svn commit: r1350703 - /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging/Receiver.java

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:21:01 2012 New Revision: 1350703 URL: http://svn.apache.org/viewvc?rev=1350703&view=rev Log: QPID-4027 Added constants FOREVER, IMMEDIATE, SECOND and MINUTE. Modified: qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messag

svn commit: r1350702 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: cpp/ ext/ util/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:20:48 2012 New Revision: 1350702 URL: http://svn.apache.org/viewvc?rev=1350702&view=rev Log: QPID-4027 Added extension interfaces for Session, Sender and Receiver. Added convinience class that converts java long timeout to the C++ Duration object. Added ReceiverM

svn commit: r1350701 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: ./ util/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:20:29 2012 New Revision: 1350701 URL: http://svn.apache.org/viewvc?rev=1350701&view=rev Log: QPID-4027 Cleaned up the exception heirarchy and modified the interfaces to throw the required exceptions. TODO: Add Java doc to denote type of exceptions that could be t

svn commit: r1350700 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging/cpp: CppConnection.java CppConnectionFactory.java CppSession.java CppTest.java J

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:20:12 2012 New Revision: 1350700 URL: http://svn.apache.org/viewvc?rev=1350700&view=rev Log: QPID-4027 Continuing to fill in the blanks for the CPP implementation. Changed the JNILayerException to extend the MessagingException. Modified: qpid/branches/addre

svn commit: r1350699 - in /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging: ./ ext/ util/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:19:57 2012 New Revision: 1350699 URL: http://svn.apache.org/viewvc?rev=1350699&view=rev Log: QPID-4027 Experimented with adding common functionality via Decorators as opposed to inheritence. ConnectionManagementDecorator and SessionManagementDecorator adds common

svn commit: r1350698 - /qpid/branches/address-refactor2/qpid/java/client-api/src/main/java/org/apache/qpid/messaging/

2012-06-15 Thread rajith
Author: rajith Date: Fri Jun 15 17:19:30 2012 New Revision: 1350698 URL: http://svn.apache.org/viewvc?rev=1350698&view=rev Log: QPID-4027 Added MessageEncoding, MessageNotWritable exception classes to mnotify encoding/decoding related errors and write operations on Immutable messages. Modified th

svn commit: r1350696 - /qpid/branches/java-config-and-management/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 17:10:31 2012 New Revision: 1350696 URL: http://svn.apache.org/viewvc?rev=1350696&view=rev Log: NO-JIRA: Uncomment out sync() call from receivedComplete() Modified: qpid/branches/java-config-and-management/qpid/java/broker/src/main/java/org/apache/qpid/server/A

svn commit: r1350665 - in /qpid/branches/java-config-and-management: ./ qpid/ qpid/cpp/docs/api/ qpid/cpp/examples/old_api/tradedemo/ qpid/cpp/include/qmf/engine/ qpid/cpp/src/ qpid/cpp/src/qmf/engine

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 15:47:58 2012 New Revision: 1350665 URL: http://svn.apache.org/viewvc?rev=1350665&view=rev Log: QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port already initialised (merged from trunk) Added: qpid/branches/java-config-and-management/qp

svn commit: r1350644 - in /qpid/branches/java-config-and-management/qpid/java: ./ broker-web/ broker-web/src/ broker-web/src/main/ broker-web/src/main/java/ broker-web/src/main/java/org/ broker-web/sr

2012-06-15 Thread rgodfrey
Author: rgodfrey Date: Fri Jun 15 14:47:48 2012 New Revision: 1350644 URL: http://svn.apache.org/viewvc?rev=1350644&view=rev Log: QPID-3999 : Applying patch from Alex Rudyy to generate war file Added: qpid/branches/java-config-and-management/qpid/java/broker-web/ (with props) qpid/bran

svn commit: r1350626 - /qpid/trunk/qpid/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/HATestClusterCreator.java

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 13:58:08 2012 New Revision: 1350626 URL: http://svn.apache.org/viewvc?rev=1350626&view=rev Log: QPID-4052: [Java Broker] Increase the number of retries that the client will use when trying to reconnect to the cluster. Modified: qpid/trunk/qpid/java/bdbstore/sr

svn commit: r1350625 - in /qpid/trunk/qpid/java: common/src/test/java/org/apache/qpid/test/utils/ perftests/visualisation-jfc/ perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charti

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 13:57:53 2012 New Revision: 1350625 URL: http://svn.apache.org/viewvc?rev=1350625&view=rev Log: QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate chart png browsing from CI server. Applied patch from Philip Harvey Added: qpid/trunk/

svn commit: r1350623 - in /qpid/trunk/qpid/java/perftests/src: main/java/org/apache/qpid/disttest/ main/java/org/apache/qpid/disttest/client/ main/java/org/apache/qpid/disttest/controller/ main/java/o

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 13:56:48 2012 New Revision: 1350623 URL: http://svn.apache.org/viewvc?rev=1350623&view=rev Log: QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and casts in various perftests files. Applied patch from Philip Harvey Modified: qpid/tr

svn commit: r1350610 - in /qpid/branches/java-config-and-management/qpid/java: bdbstore/jmx/src/test/java/org/apache/qpid/server/store/berkeleydb/jmx/ broker-plugins/jmx/src/main/java/org/apache/qpid/

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 13:21:51 2012 New Revision: 1350610 URL: http://svn.apache.org/viewvc?rev=1350610&view=rev Log: NO-JIRA: Allow JMX to be turned off from configuration Modified: qpid/branches/java-config-and-management/qpid/java/bdbstore/jmx/src/test/java/org/apache/qpid/server

svn commit: r1350577 - in /qpid/branches/java-config-and-management/qpid/java: broker-plugins/access-control/ broker-plugins/experimental/shutdown/ broker-plugins/experimental/shutdown/src/main/java/

2012-06-15 Thread kwall
Author: kwall Date: Fri Jun 15 11:15:07 2012 New Revision: 1350577 URL: http://svn.apache.org/viewvc?rev=1350577&view=rev Log: NO-JIRA: Remove remaining dead JMX implementation from beneath /broker; remove old shutdown plug; remove dependencies on log4jmbean Added: qpid/branches/java-config