summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-852 : Missed this file in the commit as the interface had changed.Martin Ritchie2008-03-141-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-852 : Updated broker so that it closes consumers when there are no ↵Martin Ritchie2008-03-141-1/+10
| | | | | | messages on the queue git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637067 13f79535-47bb-0310-9956-ffa450edef68
* QPID-852 : Updated broker so that it closes consumers when there are no ↵Martin Ritchie2008-03-143-9/+31
| | | | | | messages on the queue. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637066 13f79535-47bb-0310-9956-ffa450edef68
* QPID-851 : Update to AMQChannel to prevent the memory leak when an autoclose ↵Martin Ritchie2008-03-141-8/+18
| | | | | | consumer closes in a second thread before the register gets a chance to add the new session to the map. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637048 13f79535-47bb-0310-9956-ffa450edef68
* QPID-592 : Parameterised the Read/Write buffer limits. On the broker extra ↵Martin Ritchie2008-03-145-27/+36
| | | | | | config [read|write]BufferLimitSize on the client System properties qpid.[read|write].buffer.limit. All the defaults are 256k(262144). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637047 13f79535-47bb-0310-9956-ffa450edef68
* QPID-846 : Update to prevent JMSX* values being masked, updated ↵Martin Ritchie2008-03-122-8/+33
| | | | | | JMSPropertiesTest to prevent regression. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@636347 13f79535-47bb-0310-9956-ffa450edef68
* QPID-845 : Reinserted ':' to JMSMessageID.Martin Ritchie2008-03-122-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@636273 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Over zealous change set reduction removed an required importMartin Ritchie2008-03-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@635611 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Changes based on code review. Martin Ritchie2008-03-1011-161/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@635602 13f79535-47bb-0310-9956-ffa450edef68
* QIPD-841 : Problem with SimpleACLTest was that the ↵Martin Ritchie2008-03-102-13/+8
| | | | | | ConfigurationFilePrincipalDatabaseManager was looking up the ApplicationRegistry for the configuration. Most of the time this is ok but during test tearDown/startUp sometimes the config is null on lookup. This method is just wrong anyway. the ConfigurationFilePrincipalDatabaseManager setup is the only setup that looksup the configuration from the AppRegistry. So adjusted so that it takes it as a parameter as other classes do. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@635590 13f79535-47bb-0310-9956-ffa450edef68
* QPID-847 : SelectorParserTest with disabled testLike() Martin Ritchie2008-03-101-0/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@635549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-841 : Removed SimpleACLTest from the build until we can diagnose why it ↵Martin Ritchie2008-03-071-0/+1
| | | | | | occasionally fails to find a file on disk git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@634751 13f79535-47bb-0310-9956-ffa450edef68
* QPID-839 : DUPS_OK should behave exactly as AUTO_ACK ... this would not ↵Robert Godfrey2008-03-071-37/+3
| | | | | | cause the seen test failure; but is still incorrect git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@634720 13f79535-47bb-0310-9956-ffa450edef68
* QPID-839 : Fixed the hanging issue with this test; as yet unable to ↵Robert Godfrey2008-03-071-5/+18
| | | | | | reproduce the test failure git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@634717 13f79535-47bb-0310-9956-ffa450edef68
* QPID-840 : fixed the GC setting.Martin Ritchie2008-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@634697 13f79535-47bb-0310-9956-ffa450edef68
* QPID-831 : Remove incorrect references to getDeliveredToConsumer()Robert Godfrey2008-03-041-20/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633461 13f79535-47bb-0310-9956-ffa450edef68
* QPID-828 : Stop transient message data being cleared while still deliveringRobert Godfrey2008-03-032-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Updated two test cases that can fail due to the session being ↵Martin Ritchie2008-03-031-0/+15
| | | | | | closed before we can attempt to use the connection. Also there is no way to get any exception that has occurred on the connection git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-784 : Minor changes based on code comments by ASkinner and RGodfrey.Martin Ritchie2008-03-032-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633160 13f79535-47bb-0310-9956-ffa450edef68
* QPID-594 QPID-107 Updated Connection missing AMQAuthenticationException problemsMartin Ritchie2008-03-032-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633111 13f79535-47bb-0310-9956-ffa450edef68
* Add licensce headerAidan Skinner2008-03-031-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633103 13f79535-47bb-0310-9956-ffa450edef68
* Import test fail scriptAidan Skinner2008-03-031-0/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633099 13f79535-47bb-0310-9956-ffa450edef68
* QPID-594 QPID-107 Updated Connection missing AMQAuthenticationException problemsMartin Ritchie2008-03-032-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633088 13f79535-47bb-0310-9956-ffa450edef68
* QPID-702 Removed cluster code as it has been scheduled for such since last year.Martin Ritchie2008-02-2991-8006/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@632363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-822 Setting default to false for JMSXUserID cause this test to fail. ↵Martin Ritchie2008-02-281-2/+5
| | | | | | Now test only validates the JMSXUserID if it exists. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@632070 13f79535-47bb-0310-9956-ffa450edef68
* QPID-822 Set default to false for JMSXUserID.Martin Ritchie2008-02-283-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@632055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-821 Set default to false for MultiIO and Buffer Limiting.Martin Ritchie2008-02-286-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@632054 13f79535-47bb-0310-9956-ffa450edef68
* QPID-818 : Persistent Pub/Sub can get exception on acking messageRobert Godfrey2008-02-283-22/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631936 13f79535-47bb-0310-9956-ffa450edef68
* Updated ignore list for eclipse files.Martin Ritchie2008-02-270-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631651 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Fixed the left over old AccessManager/PrincipalDatabase references.Martin Ritchie2008-02-261-18/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631296 13f79535-47bb-0310-9956-ffa450edef68
* QPID-800 : Fixed copyright notices that I had previously missed.Rupert Smith2008-02-2613-144/+209
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631295 13f79535-47bb-0310-9956-ffa450edef68
* QPID-804 : Fix Java Broker Python test failuresRobert Godfrey2008-02-261-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631264 13f79535-47bb-0310-9956-ffa450edef68
* QPID=813 : Synchronized getInstanceMartin Ritchie2008-02-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@631141 13f79535-47bb-0310-9956-ffa450edef68
* QPID-809 Updated ignore listMartin Ritchie2008-02-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630896 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Fixed the left over ACL'd ApplicationRegistry from killing ↵Martin Ritchie2008-02-251-0/+1
| | | | | | subsequent tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630892 13f79535-47bb-0310-9956-ffa450edef68
* QPID-809 Updated logging and some whitespace changes.Martin Ritchie2008-02-251-12/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-809 Updated logging and some whitespace changes.Martin Ritchie2008-02-252-10/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630872 13f79535-47bb-0310-9956-ffa450edef68
* QPID-809 Updated logging and removed an unnecessary printStackTrace().Martin Ritchie2008-02-253-21/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630865 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Missing acl example configMartin Ritchie2008-02-251-0/+229
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630857 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Initial ACL implementation for review. Implemented Permissions : ↵Martin Ritchie2008-02-2543-828/+2325
| | | | | | | | | | | | Consume, Create, Publish. The Permissions are configured via XML in a user friendly way. Sections for consume, create and publish are currently used to further define Access and Bind internally. Access is granted to all users that have some permission. Bind rights are given to users with Create rights. Full details of the ACL design will be posted on the wiki : http://cwiki.apache.org/qpid/qpid-design-access-control-lists.html git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630854 13f79535-47bb-0310-9956-ffa450edef68
* QPID-811 : The RejectionEE is occuring because the task pool is shutdown ↵Martin Ritchie2008-02-251-1/+3
| | | | | | before the close-ok has been received. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630833 13f79535-47bb-0310-9956-ffa450edef68
* QPID-810 : Moved check for closingChannels higher in stack and close channel ↵Martin Ritchie2008-02-251-23/+33
| | | | | | on any AMQException being thrown from the body.handle methods. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630733 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted the default debug level to debug (it was only info)Martin Ritchie2008-02-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-809 : Added comments and improved logging msgs.Martin Ritchie2008-02-251-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630730 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 added ACCESS_REFUSED as a reason to throw AMQAuthenticationExceptionMartin Ritchie2008-02-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630729 13f79535-47bb-0310-9956-ffa450edef68
* QPID-809 : Added comments and additional error logging.Martin Ritchie2008-02-252-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-808 : add method to qpid.jms Interface.Martin Ritchie2008-02-251-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630725 13f79535-47bb-0310-9956-ffa450edef68
* QPID-807 : made methods public.Martin Ritchie2008-02-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630724 13f79535-47bb-0310-9956-ffa450edef68
* QPID-806 : Added startsWith and endsWith methods to AMQShortString, ↵Martin Ritchie2008-02-252-620/+754
| | | | | | including test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630723 13f79535-47bb-0310-9956-ffa450edef68
* QPID-771: fix up exception handling a bit more, this is so lovely.Aidan Skinner2008-02-223-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630247 13f79535-47bb-0310-9956-ffa450edef68