svn commit: r727057 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/security/auth/database/ test/java/org/apache/qpid/server/security/auth/database/

2008-12-16 Thread ritchiem
Author: ritchiem Date: Tue Dec 16 06:40:52 2008 New Revision: 727057 URL: http://svn.apache.org/viewvc?rev=727057view=rev Log: QPID-1536 : Convert Base64MD5PrincipalDatabase to accept plain text password input and do the hashing locally. Added: qpid/trunk/qpid/java/broker/src/main/java/org

svn commit: r727347 - in /qpid/trunk/qpid/java/management/eclipse-plugin/workspace/.metadata: .log .plugins/org.eclipse.ui.workbench/dialog_settings.xml

2008-12-17 Thread ritchiem
Author: ritchiem Date: Wed Dec 17 03:36:01 2008 New Revision: 727347 URL: http://svn.apache.org/viewvc?rev=727347view=rev Log: QPID-1471 : Removed eclipse files that shouldn't have been added. Removed: qpid/trunk/qpid/java/management/eclipse-plugin/workspace/.metadata/.log qpid/trunk

svn commit: r736349 - in /qpid/trunk/qpid/java/management/eclipse-plugin: ./ bin/ src/main/resources/ src/main/resources/linux-gtk-x86/ src/main/resources/linux-gtk-x86/Configuration/ src/main/resourc

2009-01-21 Thread ritchiem
Author: ritchiem Date: Wed Jan 21 09:41:46 2009 New Revision: 736349 URL: http://svn.apache.org/viewvc?rev=736349view=rev Log: QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for management console. Added: qpid/trunk/qpid/java/management/eclipse-plugin/src/main

svn commit: r736591 - in /qpid/trunk/qpid/java: ./ lib/ lib/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/ lib/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/MET

2009-01-22 Thread ritchiem
Author: ritchiem Date: Thu Jan 22 00:47:03 2009 New Revision: 736591 URL: http://svn.apache.org/viewvc?rev=736591view=rev Log: QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for management console. Added: qpid/trunk/qpid/java/lib/com.ibm.icu_3.8.1.v20080530.jar

svn commit: r737741 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/actions/AbstractAction.java

2009-01-26 Thread ritchiem
Author: ritchiem Date: Mon Jan 26 16:37:38 2009 New Revision: 737741 URL: http://svn.apache.org/viewvc?rev=737741view=rev Log: QPID-1530 : Patch from Robert Gemmell to surpress StackTraces unless error is unknown. Modified: qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org

svn commit: r737746 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/security/access/management/ main/java/org/apache/qpid/server/security/auth/database/ test/java/org/apache/qp

2009-01-26 Thread ritchiem
Author: ritchiem Date: Mon Jan 26 16:53:12 2009 New Revision: 737746 URL: http://svn.apache.org/viewvc?rev=737746view=rev Log: QPID-1533 : Patch from Robert Gemmell, Fixes the reload tab in UserManagement to actually reload the PrincipalDatabase file from disk. Not just the jmxaccess rights

svn commit: r737753 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth/database/ConfigurationFilePrincipalDatabaseManager.java

2009-01-26 Thread ritchiem
Author: ritchiem Date: Mon Jan 26 17:10:29 2009 New Revision: 737753 URL: http://svn.apache.org/viewvc?rev=737753view=rev Log: QPID-1493 : Patch from Robert Gemmell : Corrected inaccurate exception. Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/security/auth

svn commit: r737755 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/NavigationView.java

2009-01-26 Thread ritchiem
Author: ritchiem Date: Mon Jan 26 17:16:11 2009 New Revision: 737755 URL: http://svn.apache.org/viewvc?rev=737755view=rev Log: QPID-1591 : Patch from Robbert Gemmell : Moves the server list to be the main entries in the left panel. Having a Qpid Connections node that the user had to open to see

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

2009-01-27 Thread ritchiem
Author: ritchiem Date: Tue Jan 27 12:27:19 2009 New Revision: 738068 URL: http://svn.apache.org/viewvc?rev=738068view=rev Log: QPID-1128 - Patch from Robbert Gemmell to prevent NPE whilst adding queue to navigation. Modified: qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org

svn commit: r741634 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/ main/java/org/apache/qpid/server/filter/ main/java/org/apache/qpid/server/handler/ main/java/org/apache/qpi

2009-02-06 Thread ritchiem
Author: ritchiem Date: Fri Feb 6 17:07:46 2009 New Revision: 741634 URL: http://svn.apache.org/viewvc?rev=741634view=rev Log: QPID-1628 : Moved Redelivered from AMQMessage to QueueEntry Added PropertyExpressionTest to test Redelivered Property Added: qpid/trunk/qpid/java/broker/src/test

svn commit: r742496 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/store/ broker/src/test/java/org/apache/qpid/server/ack/ broker/src/test/java/org/apache/qpid/server/exchange

2009-02-09 Thread ritchiem
Author: ritchiem Date: Mon Feb 9 13:46:00 2009 New Revision: 742496 URL: http://svn.apache.org/viewvc?rev=742496view=rev Log: QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several annoynmous classes that did all the same work. Added: qpid/trunk/qpid/java/common/src

svn commit: r744079 [2/2] - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/ main/java/org/apache/qpid/server/output/amqp0_8/ main/java/org/apache/qpid/server/output/amqp0_9/ mai

2009-02-13 Thread ritchiem
Modified: qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/queue/AMQPriorityQueueTest.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/queue/AMQPriorityQueueTest.java?rev=744079r1=744078r2=744079view=diff

svn commit: r744141 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/TimeToLiveTest.java

2009-02-13 Thread ritchiem
Author: ritchiem Date: Fri Feb 13 15:12:14 2009 New Revision: 744141 URL: http://svn.apache.org/viewvc?rev=744141view=rev Log: QPID-1662 : Converted Thread.sleep in to an awaitNanos() Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/TimeToLiveTest.java

svn commit: r746259 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/ main/java/org/apache/qpid/server/ack/ main/java/org/apache/qpid/server/queue/ main/java/org/apache/qpid/ser

2009-02-20 Thread ritchiem
Author: ritchiem Date: Fri Feb 20 14:48:28 2009 New Revision: 746259 URL: http://svn.apache.org/viewvc?rev=746259view=rev Log: QPID-1632 - Initial testing of reference counting and implemntation of TransactionLog based reference counting Added: qpid/trunk/qpid/java/broker/src/test/java/org

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

2009-02-25 Thread ritchiem
Author: ritchiem Date: Wed Feb 25 11:30:04 2009 New Revision: 747751 URL: http://svn.apache.org/viewvc?rev=747751view=rev Log: QPID-1632 : Removed commented code Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java Modified: qpid/trunk/qpid/java

svn commit: r747754 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/configuration/ main/java/org/apache/qpid/server/queue/ main/java/org/apache/qpid/server/virtualhost/ test/ja

2009-02-25 Thread ritchiem
Author: ritchiem Date: Wed Feb 25 11:32:24 2009 New Revision: 747754 URL: http://svn.apache.org/viewvc?rev=747754view=rev Log: QPID-1634 : Created QueueBackingStore interface and implementation FileQueueBackingStore. Tested by FileQueueBackingStoreTest. Added: qpid/trunk/qpid/java/broker

svn commit: r749330 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/util/FileUtils.java

2009-03-02 Thread ritchiem
Author: ritchiem Date: Mon Mar 2 15:12:47 2009 New Revision: 749330 URL: http://svn.apache.org/viewvc?rev=749330view=rev Log: Added check for when file reference becomes null, occurs if the file is externally deleted. Also noted success return value was never propogated correctly, Updated

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

2009-03-02 Thread ritchiem
Author: ritchiem Date: Mon Mar 2 15:13:57 2009 New Revision: 749331 URL: http://svn.apache.org/viewvc?rev=749331view=rev Log: QPID-1637 : Added Purger thread for Priority Queues and when threasholds are adjusted. QueueEntries are now the point of entry to load/unload rather than the List

svn commit: r749697 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FileQueueBackingStore.java

2009-03-03 Thread ritchiem
Author: ritchiem Date: Tue Mar 3 18:59:04 2009 New Revision: 749697 URL: http://svn.apache.org/viewvc?rev=749697view=rev Log: Prevent NullPointerException when backing store file is deleted externally Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue

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

2009-03-03 Thread ritchiem
Author: ritchiem Date: Tue Mar 3 19:00:02 2009 New Revision: 749699 URL: http://svn.apache.org/viewvc?rev=749699view=rev Log: QPID-1637 : Update to test to correctly use priority queues in test. Fixed big in inhaler/purger to ensure priority data is correctly reloaded. Modified: qpid

svn commit: r750867 - in /qpid/trunk/qpid/java: ExcludeList broker/src/main/java/org/apache/qpid/server/queue/AMQQueueFactory.java systests/src/main/java/org/apache/qpid/server/queue/QueueCreateTest.j

2009-03-06 Thread ritchiem
Author: ritchiem Date: Fri Mar 6 12:25:04 2009 New Revision: 750867 URL: http://svn.apache.org/viewvc?rev=750867view=rev Log: QPID-1639 : Added test to ensure that properties passed on QueueDeclare are applied to queue. Added: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid

svn commit: r750868 - in /qpid/trunk/qpid/java: ExcludeList client/src/main/java/org/apache/qpid/client/AMQQueueBrowser.java

2009-03-06 Thread ritchiem
Author: ritchiem Date: Fri Mar 6 12:25:50 2009 New Revision: 750868 URL: http://svn.apache.org/viewvc?rev=750868view=rev Log: QPID-1451 : Added the ability to log first message recevied in Queue Browser. Modified: qpid/trunk/qpid/java/ExcludeList qpid/trunk/qpid/java/client/src/main

svn commit: r750869 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/QueueBrowsingFlowToDiskTest.java

2009-03-06 Thread ritchiem
Author: ritchiem Date: Fri Mar 6 12:26:29 2009 New Revision: 750869 URL: http://svn.apache.org/viewvc?rev=750869view=rev Log: QPID-949 : Extend the basic QueueBrowser_Test to run on a queue that has been flowed to disk Added: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid

svn commit: r750873 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server: ack/ flow/ handler/ subscription/

2009-03-06 Thread ritchiem
Author: ritchiem Date: Fri Mar 6 12:28:33 2009 New Revision: 750873 URL: http://svn.apache.org/viewvc?rev=750873view=rev Log: QPID-1628 : Ensured all getSize() calls are done on the QueueEntry to prevent the inadvertent loading of a flowed message with a call to getMessage() Modified

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

2009-03-06 Thread ritchiem
Author: ritchiem Date: Fri Mar 6 12:30:20 2009 New Revision: 750875 URL: http://svn.apache.org/viewvc?rev=750875view=rev Log: QPID-949, QPID-1633 : Set default Maximum Memory Usage for a queue to 100Meg. Future work would be to have the broker split Xmx between VirtualHost and for the Vhost

svn commit: r750876 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FileQueueBackingStore.java

2009-03-06 Thread ritchiem
Author: ritchiem Date: Fri Mar 6 12:30:58 2009 New Revision: 750876 URL: http://svn.apache.org/viewvc?rev=750876view=rev Log: QPID-1634 : FileQueueBackingStore had two issues. Delete wasn't using the getFileHandle() method so it was attempting to delete a bin rather than the message data. Our

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

2009-03-09 Thread ritchiem
Author: ritchiem Date: Mon Mar 9 15:53:50 2009 New Revision: 751714 URL: http://svn.apache.org/viewvc?rev=751714view=rev Log: Added test to ensure ThreadPool is references are correctly removed for Priority queues. Added: qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server

svn commit: r751718 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/ main/java/org/apache/qpid/server/ack/ main/java/org/apache/qpid/server/handler/ main/java/org/apache/qpid/s

2009-03-09 Thread ritchiem
Author: ritchiem Date: Mon Mar 9 15:57:33 2009 New Revision: 751718 URL: http://svn.apache.org/viewvc?rev=751718view=rev Log: QPID-949 : Removed all getMessage() calls as this will cause a flowed message to be read in to memory from disk. In all instances the reason was to perform methods

svn commit: r751722 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server: queue/ virtualhost/

2009-03-09 Thread ritchiem
Author: ritchiem Date: Mon Mar 9 16:03:45 2009 New Revision: 751722 URL: http://svn.apache.org/viewvc?rev=751722view=rev Log: QPID-949 : Removed the deleteOnExit calls on all flowed entries, as this will increase our memory usage. Instead add a close method on the BackingStore that is called

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

2009-03-13 Thread ritchiem
Author: ritchiem Date: Fri Mar 13 12:22:23 2009 New Revision: 753219 URL: http://svn.apache.org/viewvc?rev=753219view=rev Log: QPID-1730 : Update the order in which we initialise. We now load the config file from disk then recover from the persistent strore. This approach applies the vhost

svn commit: r753253 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue: AMQPriorityQueue.java PriorityQueueEntryList.java

2009-03-13 Thread ritchiem
Author: ritchiem Date: Fri Mar 13 13:59:25 2009 New Revision: 753253 URL: http://svn.apache.org/viewvc?rev=753253view=rev Log: QPID-1730 : Logging update highlighted that we were printing the queue before we had fully initialised it. Modified: qpid/trunk/qpid/java/broker/src/main/java/org

svn commit: r756518 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/QueueEntryImpl.java

2009-03-20 Thread ritchiem
Author: ritchiem Date: Fri Mar 20 15:16:13 2009 New Revision: 756518 URL: http://svn.apache.org/viewvc?rev=756518view=rev Log: QPID-1763 : Fixed slow down due to fs lookup for unloaded message introduced in r748516 Merged from branches/0.5-release : r756506 Modified: qpid/trunk/qpid/java

svn commit: r757696 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/TimeToLiveTest.java

2009-03-24 Thread ritchiem
Author: ritchiem Date: Tue Mar 24 09:48:45 2009 New Revision: 757696 URL: http://svn.apache.org/viewvc?rev=757696view=rev Log: QPID-1662 : Converted PassiveTTL to a transacted session so we can ensure all messages are on broker and aging before we start our sleep cycle. The transacted session

svn commit: r758372 - in /qpid/branches/0.5-release/qpid/java/broker/src: main/java/org/apache/qpid/server/queue/ test/java/org/apache/qpid/server/exchange/ test/java/org/apache/qpid/server/queue/

2009-03-25 Thread ritchiem
Author: ritchiem Date: Wed Mar 25 18:00:35 2009 New Revision: 758372 URL: http://svn.apache.org/viewvc?rev=758372view=rev Log: QPID-1735 : Removed duplicated methods with differing functionality that was causing FtD to fail. Annoyingly the tests work as they used the method with the extra

svn commit: r758377 - /qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/queue/QueueEntryImplTest.java

2009-03-25 Thread ritchiem
Author: ritchiem Date: Wed Mar 25 18:07:51 2009 New Revision: 758377 URL: http://svn.apache.org/viewvc?rev=758377view=rev Log: QEIT.testExpiry() only allows 10ms for creating the QueueEntry. Depending on the running platform and the result of currentTimeMillis() it can be a close to allowing

svn commit: r758388 - in /qpid/branches/0.5-release/qpid/java/broker/src: main/java/org/apache/qpid/server/queue/ test/java/org/apache/qpid/server/ test/java/org/apache/qpid/server/exchange/ test/java

2009-03-25 Thread ritchiem
Author: ritchiem Date: Wed Mar 25 18:22:24 2009 New Revision: 758388 URL: http://svn.apache.org/viewvc?rev=758388view=rev Log: QPID-1735 : Added Documentation to QueueBackingStore around thread safety of load/unload, Updated FQBS to adhere to the thread safety specified by the interface

svn commit: r758395 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/queue/ test/java/org/apache/qpid/server/exchange/ test/java/org/apache/qpid/server/queue/

2009-03-25 Thread ritchiem
Author: ritchiem Date: Wed Mar 25 18:36:47 2009 New Revision: 758395 URL: http://svn.apache.org/viewvc?rev=758395view=rev Log: QPID-1735 : Removed duplicated methods with differing functionality that was causing FtD to fail. Annoyingly the tests work as they used the method with the extra

svn commit: r758733 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue: FlowableBaseQueueEntryList.java PriorityQueueEntryList.java

2009-03-26 Thread ritchiem
Author: ritchiem Date: Thu Mar 26 16:44:06 2009 New Revision: 758733 URL: http://svn.apache.org/viewvc?rev=758733view=rev Log: QPID-949 : renamed _disabled to _disableFlowtoDisk based on review feedback Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue

svn commit: r758763 - /qpid/branches/0.5-release/qpid/java/broker/src/test/java/org/apache/qpid/server/queue/PriorityQueueEntryListTest.java

2009-03-26 Thread ritchiem
Author: ritchiem Date: Thu Mar 26 17:30:03 2009 New Revision: 758763 URL: http://svn.apache.org/viewvc?rev=758763view=rev Log: QPID-1768 : Added multithreaded test to ensure multiple concurrent adds are ok Merge of r758748 Added: qpid/branches/0.5-release/qpid/java/broker/src/test/java/org

svn commit: r759097 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/jms/ client/src/main/java/org/apache/qpid/jms/failover/ systests/src/main/java/org/apache/qpid/server/failover/

2009-03-27 Thread ritchiem
Author: ritchiem Date: Fri Mar 27 10:38:41 2009 New Revision: 759097 URL: http://svn.apache.org/viewvc?rev=759097view=rev Log: QPID-1778 : Add NoFailover FailoverMethod that blocks that still allows connection retry but only on the initial connection. Failover will not be attempted after

svn commit: r759297 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FlowableBaseQueueEntryList.java

2009-03-27 Thread ritchiem
Author: ritchiem Date: Fri Mar 27 18:23:59 2009 New Revision: 759297 URL: http://svn.apache.org/viewvc?rev=759297view=rev Log: Reduce logging to ease CC builds Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FlowableBaseQueueEntryList.java Modified: qpid

svn commit: r760952 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/queue/MessageFactory.java test/java/org/apache/qpid/server/queue/MessageFactoryRecoveryTest.java

2009-04-01 Thread ritchiem
Author: ritchiem Date: Wed Apr 1 16:26:50 2009 New Revision: 760952 URL: http://svn.apache.org/viewvc?rev=760952view=rev Log: QPID-1783 : Relax MessageFactory to allow out of order recovery Relax MessageFactory to allow out of order. Updated test Modified: qpid/trunk/qpid/java/broker/src

svn commit: r761251 - in /qpid/branches/0.5-release/qpid/java/broker/src: main/java/org/apache/qpid/server/queue/MessageFactory.java test/java/org/apache/qpid/server/queue/MessageFactoryRecoveryTest.j

2009-04-02 Thread ritchiem
Author: ritchiem Date: Thu Apr 2 11:20:36 2009 New Revision: 761251 URL: http://svn.apache.org/viewvc?rev=761251view=rev Log: QPID-1783 : Relax MessageFactory to allow out of order recovery Relax MessageFactory to allow out of order. Updated test Merging trunk r760952 Modified: qpid

svn commit: r761669 - /qpid/branches/0.5-release/qpid/java/systests/src/main/java/org/apache/qpid/server/failover/FailoverMethodTest.java

2009-04-03 Thread ritchiem
Author: ritchiem Date: Fri Apr 3 13:26:53 2009 New Revision: 761669 URL: http://svn.apache.org/viewvc?rev=761669view=rev Log: QPID-1778 : Increased delay as tcp testing takes longer than inVm. Now checks failover doesn't occur and we know about it in less time than the connectiondelay which

svn commit: r761671 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FlowableBaseQueueEntryList.java

2009-04-03 Thread ritchiem
Author: ritchiem Date: Fri Apr 3 13:33:42 2009 New Revision: 761671 URL: http://svn.apache.org/viewvc?rev=761671view=rev Log: QPID-1784 Update to FlowableBaseQueueEntryList to ensure that the inhaler and purger threads will stop when the inMemory values are within the correct range. Modified

svn commit: r761674 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FlowableBaseQueueEntryList.java

2009-04-03 Thread ritchiem
Author: ritchiem Date: Fri Apr 3 13:46:43 2009 New Revision: 761674 URL: http://svn.apache.org/viewvc?rev=761674view=rev Log: QPID-1784 : Fixed compile error Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FlowableBaseQueueEntryList.java Modified: qpid

svn commit: r761688 - /qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/FlowableBaseQueueEntryList.java

2009-04-03 Thread ritchiem
Author: ritchiem Date: Fri Apr 3 14:15:08 2009 New Revision: 761688 URL: http://svn.apache.org/viewvc?rev=761688view=rev Log: QPID-1784 Update to FlowableBaseQueueEntryList to ensure that the inhaler and purger threads will stop when the inMemory values are within the correct range. Merge

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

2009-04-08 Thread ritchiem
Author: ritchiem Date: Wed Apr 8 19:43:33 2009 New Revision: 763360 URL: http://svn.apache.org/viewvc?rev=763360view=rev Log: QPID-1793 : Increase logging on requeue to help diagnose what is being requeued. Not on critical path so logging should not impact performance. Modified: qpid

svn commit: r763361 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/store/ main/java/org/apache/qpid/server/transactionlog/ test/java/org/apache/qpid/server/transactionlog/

2009-04-08 Thread ritchiem
Author: ritchiem Date: Wed Apr 8 19:44:34 2009 New Revision: 763361 URL: http://svn.apache.org/viewvc?rev=763361view=rev Log: QPID-1794 : Clear the StoreContext after non-transactional processing. Updated BaseTransactionLog to synchronize the on the enqueued messages from the _idToQueue Map

svn commit: r763363 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server: store/StoreContext.java transactionlog/BaseTransactionLog.java

2009-04-08 Thread ritchiem
Author: ritchiem Date: Wed Apr 8 19:46:29 2009 New Revision: 763363 URL: http://svn.apache.org/viewvc?rev=763363view=rev Log: QPID-1794 : Removed unnecessary synchronisation Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/store/StoreContext.java qpid/trunk

svn commit: r763366 - /qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py

2009-04-08 Thread ritchiem
Author: ritchiem Date: Wed Apr 8 19:48:28 2009 New Revision: 763366 URL: http://svn.apache.org/viewvc?rev=763366view=rev Log: Updated buildCreator to correctly checkout the specified SVN revision and updated to print the correct values in to the REVISION.txt file. Modified: qpid/trunk/qpid

svn commit: r763545 - /qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java

2009-04-09 Thread ritchiem
Author: ritchiem Date: Thu Apr 9 07:35:25 2009 New Revision: 763545 URL: http://svn.apache.org/viewvc?rev=763545view=rev Log: QPID-1793 : Increase logging on requeue to help diagnose what is being requeued. Not on critical path so logging should not impact performance. Modified: qpid

svn commit: r763546 - in /qpid/branches/0.5-release/qpid/java/broker/src: main/java/org/apache/qpid/server/store/ main/java/org/apache/qpid/server/transactionlog/ test/java/org/apache/qpid/server/tran

2009-04-09 Thread ritchiem
Author: ritchiem Date: Thu Apr 9 07:37:52 2009 New Revision: 763546 URL: http://svn.apache.org/viewvc?rev=763546view=rev Log: QPID-1794 : Clear the StoreContext after non-transactional processing. Updated BaseTransactionLog to synchronize the on the enqueued messages from the _idToQueue Map

svn commit: r763548 - in /qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server: store/StoreContext.java transactionlog/BaseTransactionLog.java

2009-04-09 Thread ritchiem
Author: ritchiem Date: Thu Apr 9 07:41:58 2009 New Revision: 763548 URL: http://svn.apache.org/viewvc?rev=763548view=rev Log: QPID-1794 : Removed unnecessary synchronisation Merged from trunk r763363 Modified: qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server

svn propchange: r763362 - svn:log

2009-04-09 Thread ritchiem
Author: ritchiem Revision: 763362 Modified property: svn:log Modified: svn:log at Thu Apr 9 13:02:52 2009 -- --- svn:log (original) +++ svn:log Thu Apr 9 13:02:52 2009 @@ -1 +1 @@ -Wrapped log statement so it doesn't

svn commit: r764076 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/util/FileUtils.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 22:09:15 2009 New Revision: 764076 URL: http://svn.apache.org/viewvc?rev=764076view=rev Log: QPID-1803 : Fixed potential NPE in FileUtils.delete Modified: qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/util/FileUtils.java Modified: qpid/trunk

svn commit: r764081 - in /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue: QueueDepthWithSelectorTest.java QueueDepthWithSelectorUsingFlowToDiskTest.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 22:12:57 2009 New Revision: 764081 URL: http://svn.apache.org/viewvc?rev=764081view=rev Log: QPID-1803 : Test that selectors work when a QueueDepth is set. Added: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue

svn commit: r764082 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/configuration: QueueConfiguration.java VirtualHostConfiguration.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 22:16:18 2009 New Revision: 764082 URL: http://svn.apache.org/viewvc?rev=764082view=rev Log: QPID-1633 : Ensured that FlowToDisk configuration defaults to 100Meg and is picked up from the configuration files. Modified: qpid/trunk/qpid/java/broker/src/main

svn commit: r764083 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/queue/FileQueueBackingStoreFactory.java systests/src/main/java/org/apache/qpid/server/failure/Create32kQueue

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 22:18:02 2009 New Revision: 764083 URL: http://svn.apache.org/viewvc?rev=764083view=rev Log: QPID-1805 : Updated BackingStore to error if we cannot create the backing store. Also updated so that we store the queues evenly over 256 bins, thus giving us

svn commit: r764109 - in /qpid/trunk/qpid/java: ./ client/src/main/java/org/apache/qpid/client/ systests/src/main/java/org/apache/qpid/test/unit/client/connection/

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 23:46:19 2009 New Revision: 764109 URL: http://svn.apache.org/viewvc?rev=764109view=rev Log: QPID-1779 : Application of patches attached to JIRA. Should address connection close issues experienced on 0-8/9 branch Excluded test from TCP runs as it is hardwired

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

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 23:53:11 2009 New Revision: 764111 URL: http://svn.apache.org/viewvc?rev=764111view=rev Log: QPID-1793 : Update AMQChannel to remember any AMQException that occurs during requeue and then throws that after it has attempted to requeue all the messsagse from

svn commit: r764112 - in /qpid/trunk/qpid/java: 010ExcludeList 08ExcludeList-nonvm

2009-04-10 Thread ritchiem
Author: ritchiem Date: Fri Apr 10 23:54:18 2009 New Revision: 764112 URL: http://svn.apache.org/viewvc?rev=764112view=rev Log: QPID-1806 : Got the classname wrong in in the exclude file Modified: qpid/trunk/qpid/java/010ExcludeList qpid/trunk/qpid/java/08ExcludeList-nonvm Modified: qpid

svn commit: r764116 - /qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid/util/FileUtils.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 00:15:33 2009 New Revision: 764116 URL: http://svn.apache.org/viewvc?rev=764116view=rev Log: QPID-1803 : Fixed potential NPE in FileUtils.delete merged from trunk r764076 Modified: qpid/branches/0.5-release/qpid/java/common/src/main/java/org/apache/qpid

svn commit: r764122 - in /qpid/branches/0.5-release/qpid/java/systests/src/main/java/org/apache/qpid/server/queue: QueueDepthWithSelectorTest.java QueueDepthWithSelectorUsingFlowToDiskTest.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 00:35:11 2009 New Revision: 764122 URL: http://svn.apache.org/viewvc?rev=764122view=rev Log: QPID-1803 : Test that selectors work when a QueueDepth is set merged from trunk r764081 Added: qpid/branches/0.5-release/qpid/java/systests/src/main/java/org/apache

svn commit: r764124 - in /qpid/branches/0.5-release/qpid/java: broker/src/main/java/org/apache/qpid/server/queue/FileQueueBackingStoreFactory.java systests/src/main/java/org/apache/qpid/server/failure

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 00:49:40 2009 New Revision: 764124 URL: http://svn.apache.org/viewvc?rev=764124view=rev Log: QPID-1805 : Updated BackingStore to error if we cannot create the backing store. Also updated so that we store the queues evenly over 256 bins, thus giving us

svn commit: r764128 - in /qpid/branches/0.5-release/qpid/java: ./ broker/src/main/java/org/apache/qpid/server/queue/ systests/src/main/java/org/apache/qpid/test/unit/close/

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 00:57:19 2009 New Revision: 764128 URL: http://svn.apache.org/viewvc?rev=764128view=rev Log: QPID-1806 : Ensure Flow to disk location is deleted when the queue is closed Note: As our queues do not stop processing on the close() call it is possible

svn commit: r764132 - in /qpid/branches/0.5-release/qpid/java: 010ExcludeList 08ExcludeList-nonvm

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 01:13:56 2009 New Revision: 764132 URL: http://svn.apache.org/viewvc?rev=764132view=rev Log: QPID-1806 : Got the classname wrong in in the exclude file merged from trunk r764112 Modified: qpid/branches/0.5-release/qpid/java/010ExcludeList qpid/branches

svn commit: r764139 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/client/MessageListenerMultiConsumerTest.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 01:37:45 2009 New Revision: 764139 URL: http://svn.apache.org/viewvc?rev=764139view=rev Log: Added comments to help understand the test Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/client/MessageListenerMultiConsumerTest.java

svn commit: r764140 - in /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client: AMQSession.java BasicMessageConsumer.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 01:38:21 2009 New Revision: 764140 URL: http://svn.apache.org/viewvc?rev=764140view=rev Log: QPID-1779 : Fixed the close problem so that we only send Consumer/Session closes when we have a connnection available to send the frame. Modified: qpid/trunk/qpid

svn commit: r764145 - in /qpid/branches/0.5-release/qpid/java/client/src/main/java/org/apache/qpid/client: AMQSession.java BasicMessageConsumer.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 01:46:12 2009 New Revision: 764145 URL: http://svn.apache.org/viewvc?rev=764145view=rev Log: QPID-1779 : Fixed the close problem so that we only send Consumer/Session closes when we have a connnection available to send the frame. merged from trunk r764140

svn commit: r764146 - /qpid/branches/0.5-release/qpid/java/systests/src/main/java/org/apache/qpid/server/security/acl/SimpleACLTest.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 01:49:08 2009 New Revision: 764146 URL: http://svn.apache.org/viewvc?rev=764146view=rev Log: QPID-1204 : Augmented test to cope with case were Session was closed before we could extract the AuthenticationException merged from trunk r764141 Modified: qpid

svn commit: r764148 - in /qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server: queue/SimpleAMQQueue.java transactionlog/BaseTransactionLog.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 01:57:36 2009 New Revision: 764148 URL: http://svn.apache.org/viewvc?rev=764148view=rev Log: QPID-1800: modify SAMQQ to record transactionlog etry even when queue isnt durable(consistent with restof broker) and send both current and new queue to BTL for enqueue

svn commit: r764150 - /qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/transactionlog/BaseTransactionLog.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 02:00:33 2009 New Revision: 764150 URL: http://svn.apache.org/viewvc?rev=764150view=rev Log: QPID-1800: remove unecessary addAll() command, as the list is about to be cloned we can simply use the original list merged from trunk r764105 Modified: qpid

svn commit: r764151 - /qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/transactionlog/BaseTransactionLog.java

2009-04-10 Thread ritchiem
Author: ritchiem Date: Sat Apr 11 02:02:46 2009 New Revision: 764151 URL: http://svn.apache.org/viewvc?rev=764151view=rev Log: QPID-1800: only create the new empty arraylist after checking for a previous enqueue list, as it often wont be required merge from trunk r764113 Modified: qpid

svn commit: r764418 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/main/java/org/apache/qpid/server/security/access/plugins/ java/broker/src/main/java/org/apache/qpid/server/security/access/plug

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 11:45:24 2009 New Revision: 764418 URL: http://svn.apache.org/viewvc?rev=764418view=rev Log: Merge branch 'QPID-1583' merged from trunk r743304 Added: qpid/branches/0.5-fix/qpid/java/broker/src/main/java/org/apache/qpid/server/security/access/plugins

svn commit: r764420 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/main/java/org/apache/qpid/server/security/access/plugins/network/ java/broker/src/test/java/org/apache/qpid/server/protocol/ ja

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 11:55:21 2009 New Revision: 764420 URL: http://svn.apache.org/viewvc?rev=764420view=rev Log: QPID-1583: Implement support for comma-seperated lists of networks and hostnames. merged from trunk r743311 Modified: qpid/branches/0.5-fix/qpid/ (props changed

svn commit: r764422 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/etc/ java/broker/src/main/java/org/apache/qpid/server/management/ java/broker/src/main/java/org/apache/qpid/server/security/auth/rm

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 11:59:29 2009 New Revision: 764422 URL: http://svn.apache.org/viewvc?rev=764422view=rev Log: QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI based JMXConnectorServer in use, enforces use of the custom MBeanInvocationhandlerImp when

svn commit: r764434 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:10:41 2009 New Revision: 764434 URL: http://svn.apache.org/viewvc?rev=764434view=rev Log: QPID-1612: add test class for ServerConfiguration merged from trunk r747367 Modified: qpid/branches/0.5-fix/qpid/ (props changed) qpid/branches/0.5-fix/qpid

svn commit: r764437 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:13:48 2009 New Revision: 764437 URL: http://svn.apache.org/viewvc?rev=764437view=rev Log: QPID-1612: Allow split configuration files. Add tests for old-style and new-style file parsing. merged from trunk r747370 Modified: qpid/branches/0.5-fix/qpid

svn commit: r764439 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/test/java/org/apache/qpid/server/queue/SimpleAMQQueueThreadPoolTest.java

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:16:13 2009 New Revision: 764439 URL: http://svn.apache.org/viewvc?rev=764439view=rev Log: QPID-1668: check initial count, don't assume it's 0. It should be, but there are bugs in ApplicationRegistry.close that prevent this from working. merged from trunk

svn commit: r764445 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/main/java/org/apache/qpid/server/logging/management/ java/broker/src/test/java/org/apache/qpid/server/logging/management/

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:22:38 2009 New Revision: 764445 URL: http://svn.apache.org/viewvc?rev=764445view=rev Log: QPID-1648: Remove doubling of new classes. Stoopid patch(1). PEBKAC. merged from trunk r747875 Modified: qpid/branches/0.5-fix/qpid/ (props changed) qpid

svn commit: r764455 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/main/java/org/apache/qpid/server/security/auth/database/ java/broker/src/test/java/org/apache/qpid/server/security/auth/databas

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:41:13 2009 New Revision: 764455 URL: http://svn.apache.org/viewvc?rev=764455view=rev Log: QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable by the management console and cached in memory like the B64MD5 PD. Add unit tests

svn commit: r764458 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/main/java/org/apache/qpid/server/security/access/management/ java/broker/src/test/java/org/apache/qpid/server/security/access/m

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:44:30 2009 New Revision: 764458 URL: http://svn.apache.org/viewvc?rev=764458view=rev Log: QPID-1655: use a File object to hold reference to access file instead of a String to fix issue with createTempFile and absolute paths. Stop catching IOExceptions

svn commit: r764461 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/etc/ java/broker/src/main/java/org/apache/qpid/server/configuration/ java/broker/src/main/java/org/apache/qpid/server/management/

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:47:29 2009 New Revision: 764461 URL: http://svn.apache.org/viewvc?rev=764461view=rev Log: QPID-1704: remove JMXMP ConnectorServer usage from the brokers JMX management capabilities merged from trunk r749282 Modified: qpid/branches/0.5-fix/qpid/ (props

svn commit: r764462 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:48:46 2009 New Revision: 764462 URL: http://svn.apache.org/viewvc?rev=764462view=rev Log: QPID-1704: updated server configuration test merged from trunk r749285 Modified: qpid/branches/0.5-fix/qpid/ (props changed) qpid/branches/0.5-fix/qpid/java

svn commit: r764460 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/src/main/java/org/apache/qpid/server/queue/ java/broker/src/test/java/org/apache/qpid/server/queue/ java/management/eclipse-plugin/

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 13:46:13 2009 New Revision: 764460 URL: http://svn.apache.org/viewvc?rev=764460view=rev Log: QPID-1492: make the broker return the current queue depth and maximum queue depth in bytes rather than kilbytes, matching their respective setter methods. Augment

svn commit: r764482 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/bin/ java/broker/src/main/java/org/apache/qpid/server/configuration/ java/broker/src/main/java/org/apache/qpid/server/management/ j

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 14:18:20 2009 New Revision: 764482 URL: http://svn.apache.org/viewvc?rev=764482view=rev Log: QPID-1776: fix interpolation of variables. merged from trunk r758730 Modified: qpid/branches/0.5-fix/qpid/ (props changed) qpid/branches/0.5-fix/qpid/java

svn commit: r764483 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/bin/ java/broker/bin/qpid-server java/broker/src/main/java/org/apache/qpid/server/management/ java/broker/src/main/java/org/apache/

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 14:19:39 2009 New Revision: 764483 URL: http://svn.apache.org/viewvc?rev=764483view=rev Log: Dial up default server threads to 32. Red ones go faster. merged from trunk r760919 Modified: qpid/branches/0.5-fix/qpid/ (props changed) qpid/branches/0.5

svn commit: r764484 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/bin/ java/broker/src/main/java/org/apache/qpid/server/configuration/ java/broker/src/main/java/org/apache/qpid/server/management/ j

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 14:23:52 2009 New Revision: 764484 URL: http://svn.apache.org/viewvc?rev=764484view=rev Log: QPID-1730: make it easy to configure queues, fix inheriting settings from the virtualhost. AMQQueue.configure: new method AMQQueueFactory: use AMQQueue.configure, don't

svn commit: r764485 - in /qpid/branches/0.5-fix/qpid: ./ java/broker/bin/ java/broker/src/main/java/org/apache/qpid/server/logging/management/ java/broker/src/main/java/org/apache/qpid/server/manageme

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 14:25:42 2009 New Revision: 764485 URL: http://svn.apache.org/viewvc?rev=764485view=rev Log: QPID-1790: add new attribute to logging management mbean to indicate available output levels. Update jmx management console to understand String[] attribute value

svn commit: r764496 - /qpid/branches/0.5-fix/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 15:07:45 2009 New Revision: 764496 URL: http://svn.apache.org/viewvc?rev=764496view=rev Log: Partially Merged from trunk to provide VirtualHost.getConfiguration() functionality Merged from trunk r747754 Modified: qpid/branches/0.5-fix/qpid/java/broker/src

svn commit: r764539 - in /qpid/branches/0.5-fix/qpid/java/broker: bin/ src/main/java/org/apache/qpid/server/exchange/ src/main/java/org/apache/qpid/server/management/ src/main/java/org/apache/qpid/ser

2009-04-13 Thread ritchiem
Author: ritchiem Date: Mon Apr 13 17:28:36 2009 New Revision: 764539 URL: http://svn.apache.org/viewvc?rev=764539view=rev Log: 753253 ritchiemQPID-1730 : Logging update highlighted that we were printing the queue before we had fully initialised it. 753220 ritchiemQPID-1730

svn commit: r764795 - in /qpid/branches/0.5-fix/qpid/java: broker/bin/ broker/src/main/java/org/apache/qpid/server/management/ broker/src/main/java/org/apache/qpid/server/queue/ client/src/main/java/o

2009-04-14 Thread ritchiem
Author: ritchiem Date: Tue Apr 14 14:38:35 2009 New Revision: 764795 URL: http://svn.apache.org/viewvc?rev=764795view=rev Log: QPID-1778 : Add NoFailover FailoverMethod that blocks that still allows connection retry but only on the initial merged from trunk r759097 Added: qpid/branches

svn commit: r764816 - in /qpid/branches/0.5-fix/qpid: ./ java/ java/broker/bin/ java/broker/src/main/java/org/apache/qpid/server/management/ java/broker/src/main/java/org/apache/qpid/server/queue/ jav

2009-04-14 Thread ritchiem
Author: ritchiem Date: Tue Apr 14 15:05:10 2009 New Revision: 764816 URL: http://svn.apache.org/viewvc?rev=764816view=rev Log: Merged change to SlowMessageStore to ensure we don't infinitely configure the same class. QPID-1621: add ServerConfiguration, QueueConfiguration

svn commit: r764838 - in /qpid/trunk/qpid/java: broker/ systests/src/main/java/org/apache/qpid/server/failure/ systests/src/main/java/org/apache/qpid/server/queue/ systests/src/main/java/org/apache/qp

2009-04-14 Thread ritchiem
Author: ritchiem Date: Tue Apr 14 15:46:39 2009 New Revision: 764838 URL: http://svn.apache.org/viewvc?rev=764838view=rev Log: QPID-1807 : Remove old broker and FlowToDisk related tests Removed: qpid/trunk/qpid/java/broker/ qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid

svn commit: r764850 - in /qpid/trunk/qpid/java: broker/ systests/src/main/java/org/apache/qpid/server/store/SlowMessageStore.java

2009-04-14 Thread ritchiem
Author: ritchiem Date: Tue Apr 14 15:54:16 2009 New Revision: 764850 URL: http://svn.apache.org/viewvc?rev=764850view=rev Log: QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStores rather than TransactionLogs Added: qpid/trunk/qpid/java/broker/ (props changed

svn commit: r765132 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java

2009-04-15 Thread ritchiem
Author: ritchiem Date: Wed Apr 15 10:56:26 2009 New Revision: 765132 URL: http://svn.apache.org/viewvc?rev=765132view=rev Log: QPID-1809 : When a DisconnectedException is recieved check the StateManager to see if there is a cause of the disconnection that we can throw instead to give more

svn commit: r765134 - in /qpid/trunk/qpid/java/perftests/etc/scripts: extractResults.sh extractThroughputResults.sh

2009-04-15 Thread ritchiem
Author: ritchiem Date: Wed Apr 15 11:02:31 2009 New Revision: 765134 URL: http://svn.apache.org/viewvc?rev=765134view=rev Log: QPID-1810 : Added perftest processing scripts Added: qpid/trunk/qpid/java/perftests/etc/scripts/extractResults.sh (with props) qpid/trunk/qpid/java/perftests

svn commit: r765593 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java

2009-04-16 Thread ritchiem
Author: ritchiem Date: Thu Apr 16 12:21:48 2009 New Revision: 765593 URL: http://svn.apache.org/viewvc?rev=765593view=rev Log: QPID-1814 : Relax Derby so that it does not error if you create an existing Exchange or Queue Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid

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

2009-04-16 Thread ritchiem
Author: ritchiem Date: Thu Apr 16 12:22:52 2009 New Revision: 765596 URL: http://svn.apache.org/viewvc?rev=765596view=rev Log: QPID-1814 : Don't always attempt to create the default exchanges in the persistent store as they are always created first. Modified: qpid/trunk/qpid/java/broker

  1   2   3   4   5   >