summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a failure path for testRejectPolicy if an exception is not thrown.Rajith Muditha Attapattu2010-09-081-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995065 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2838, QPID-2843: test readability tweaksRobert Gemmell2010-09-082-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@994963 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2845: exclude tests from the Java test profilesRobert Gemmell2010-09-062-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2843: move the text to the properties file to allow for il8nRobert Gemmell2010-09-063-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992988 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2837: The o.a.q.server.transport.ThreadPoolFilter class is not used and ↵Robert Gemmell2010-09-051-698/+0
| | | | | | | | | can be safely removed Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992903 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2829: Remove the o.a.q.transport.Echo class as it is not usedRobert Gemmell2010-09-051-73/+0
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992902 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2826: The class o.a.q.transport.Result is not used and can be safely ↵Robert Gemmell2010-09-051-30/+0
| | | | | | | | | removed Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992901 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2825: The class o.a.q.transport.Sink is not used and can be safely removedRobert Gemmell2010-09-051-138/+0
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992900 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2418: updates to fix test failures when using the 0-10 client test ↵Robert Gemmell2010-09-0511-48/+67
| | | | | | | | | | | profiles. Use a transacted session when querying for queue counts following consumption, as the 0-10 client batches auto-acks asynchronously. Always send the selector filter argument even if empty, to allow querying the brokers via 0-10 to detect whether the selector is being added/removed/modified at subscribe time. Enable the Java broker to perform argument matching during the 0-10 isBound check. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992856 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2418: Unsubscribe existing open durable subscriptions when changing ↵Robert Gemmell2010-09-057-266/+548
| | | | | | | | | subscription. Remove duplication in implementations. Applied patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992855 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2845Rajith Muditha Attapattu2010-09-031-0/+89
| | | | | | | Adjusted the address string to include arguments inside the arguments map instead of putting them directly in x-declare. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992352 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2843: Ensure that a MNG-1004 message is logged when using the platform ↵Robert Gemmell2010-09-035-7/+16
| | | | | | agent (and indicates use of the platform agent), merge the BRK-1004 message text with the previously used stdout startup log message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992330 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2845Rajith Muditha Attapattu2010-09-031-1/+1
| | | | | | | Forgot to include the correction to the LVQTest address string. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992305 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2843: move the 2 management port listening messages to after the ↵Robert Gemmell2010-09-031-8/+5
| | | | | | respective points listening has been initiated git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992264 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2843: add missed changeRobert Gemmell2010-09-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992228 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2844Rajith Muditha Attapattu2010-09-021-1/+36
| | | | | | | Added a test case to cover the above JIRA. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992090 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2845Rajith Muditha Attapattu2010-09-021-11/+17
| | | | | | | Modified the existing test cases to use the correct format when specifying x-declare arguments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992064 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2844Rajith Muditha Attapattu2010-09-021-2/+11
| | | | | | | If an entry within the x-bindings doesn't contain an exchange, the address name is used as the exchange if address resolves to an exchange else amq.topic is used. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2845Rajith Muditha Attapattu2010-09-022-92/+18
| | | | | | | | Added code to recognize an arguments map within the x-bindings section. Removed validation of the arguments specified in the above map. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992059 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2843: Remove old logging and use the operational logging framework to ↵Robert Gemmell2010-09-029-107/+124
| | | | | | provide startup information, directed to both stdout and the log file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@992003 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2838: add common code for repeated validations within test classes, ↵Robert Gemmell2010-09-0118-543/+449
| | | | | | helper methods for log scraping/dumping git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@991561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-3015-24/+35
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990820 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2802: remove forgotten debugging printlnRobert Gemmell2010-08-301-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990758 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary systests dependency on the management/eclipse-plugin moduleRobert Gemmell2010-08-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990464 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2820: remove unused ManagedChannel interfaceRobert Gemmell2010-08-281-68/+0
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990463 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2769: add serialVersionUIDRobert Gemmell2010-08-281-0/+3
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2828: prevent NPE if attempting to add queues to the navigation tree ↵Robert Gemmell2010-08-273-2/+39
| | | | | | that have been removed due to MBean unregistration notification since the selection list was created, and indicate in the status bar why the operation apparently has no effect git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990254 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2788: synchronize the concurrently accessed arraylists. Return new ↵Robert Gemmell2010-08-271-9/+38
| | | | | | instances of the lists to prevent extended synchronized iterations during view updates from delaying the notification threads git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990253 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2615: Remove use of the Java6 ObjectName '?' wildcard used to avoid ↵Robert Gemmell2010-08-271-22/+36
| | | | | | security restrictions on the UserManagement MBean when identifying the management api version of older brokers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990252 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2771: rename package from plugin to pluginsRobert Gemmell2010-08-2716-27/+27
| | | | | | | Applied patches from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990236 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2822: add ASF licence to SCD log message property filesRobert Gemmell2010-08-272-2/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2822: move documentation of the log message property files from the ↵Robert Gemmell2010-08-2712-2291/+0
| | | | | | | | | files themselves to a Docbook format file for inclusion in a future developer docs book Applied patches from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2802: move Log4jMessageLogger and update its test to account for use of ↵Robert Gemmell2010-08-263-56/+85
| | | | | | per-message log heirarchies rather than a single default Logger git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@989735 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2802: Add support for a status-logging hierarchy, such that the ↵Robert Gemmell2010-08-2631-465/+254
| | | | | | Log4jMessageLogger may use this to allow individual on/off toggling of each status message. Combine the RootLogger and RawLogger interfaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@989734 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2809Rajith Muditha Attapattu2010-08-201-1/+1
| | | | | | | Forgot to checkin this with my intial commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987549 13f79535-47bb-0310-9956-ffa450edef68
* Added a test case for QPID-2809 to ensure that if the same destination is ↵Rajith Muditha Attapattu2010-08-201-0/+36
| | | | | | used in topics, each subscription will get it's own queue unless a named queue is used. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987507 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-2809Rajith Muditha Attapattu2010-08-203-52/+150
| | | | | | | This is also a workaround for QPID-2808 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987505 13f79535-47bb-0310-9956-ffa450edef68
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987303 13f79535-47bb-0310-9956-ffa450edef68
* Adding failing test to java profileAndrew Donald Kennedy2010-08-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985263 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-139-93/+147
| | | | | | | | | | AMQSession_0_10 is modified to contain a pair of get/set methods for the current exception, using the set method to post the exception to the listener. The sync method will now throw an exception if one has occurred and all other methods that used to call sync()/getCurrentException() can just call sync(0 and get the expected behaviour. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985262 13f79535-47bb-0310-9956-ffa450edef68
* Make ConnectionTest extend QpidTestCaseAndrew Donald Kennedy2010-08-131-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985261 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2797: Never set expiry, and respond with 0 alwaysAndrew Donald Kennedy2010-08-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985260 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-139-59/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2799: Convert address with underscores for temp queue nameAndrew Donald Kennedy2010-08-133-79/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985202 13f79535-47bb-0310-9956-ffa450edef68
* Remove the accessBroker method as it is unusedAndrew Donald Kennedy2010-08-131-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2797: Change expiry to a boolean correctly representing intent to closeAndrew Donald Kennedy2010-08-133-15/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985199 13f79535-47bb-0310-9956-ffa450edef68
* Exclude testResumeNonemptyReplay from ConnectionTest for all Java profilesAndrew Donald Kennedy2010-08-111-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@984334 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2775: Exclude the FirewallConfigTest from InVM test runs, the tests ↵Robert Gemmell2010-08-091-0/+3
| | | | | | no-op because the Firewall plugin only operates on TCP connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983806 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2775: use the JMX interface to reload the configuration synchronously, ↵Robert Gemmell2010-08-092-35/+27
| | | | | | helping to avoid situations where the timeout is insufficient for the SIGHUP process to complete git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983805 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2787: Add test for persistence of Conflation/LastValue queuesRobert Gemmell2010-08-094-38/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@983571 13f79535-47bb-0310-9956-ffa450edef68