summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for broken CSDM message purging routine that was causing python test_get ↵Martin Ritchie2007-05-171-7/+49
| | | | | | | | to fail. Replaced long while control with a method call that is easier to understand and has more comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538882 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3 Topic Matching with testsMartin Ritchie2007-05-153-11/+787
| | | | | | | | | A simple naive approach. Similar to C++ to be included for M2. More elaborate pre-evaluated version will have to wait. Once benchmarks have been performed we can evaluate performance advantages if any of that approach. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538240 13f79535-47bb-0310-9956-ffa450edef68
* More Javadocing.Rupert Smith2007-05-154-18/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Removed Unsupported exception from setIntProperty with STRICT_AMQP setMartin Ritchie2007-05-151-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538084 13f79535-47bb-0310-9956-ffa450edef68
* Added to the Javadoc.Rupert Smith2007-05-149-68/+290
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537782 13f79535-47bb-0310-9956-ffa450edef68
* Increased persistent test rates to measure above saturation point.Rupert Smith2007-05-111-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537161 13f79535-47bb-0310-9956-ffa450edef68
* Increased test load for better than expected persistent p2p.Robert Greig2007-05-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536824 13f79535-47bb-0310-9956-ffa450edef68
* Corrected mistaked in test parameters.Robert Greig2007-05-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536573 13f79535-47bb-0310-9956-ffa450edef68
* QPID-484 Provided default GC and easy customisation.. via setting QPID_JAVA_QC.Martin Ritchie2007-05-092-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536571 13f79535-47bb-0310-9956-ffa450edef68
* More safety limit adjustments, now all tests running within limits.Robert Greig2007-05-091-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-25 TimeToLive Basic implementation. Martin Ritchie2007-05-098-6/+238
| | | | | | | | | | | | | Messages are not automatically purged rather they are checked as they are selected for delivery. If they have expired they are dequeued. AMQChannel - Update to call setExpiration on the message so the time can be adjusted if client & broker clocks are out of sync. AMQMessage - Caches the _expiration time for internal use, adjusted for broker time. This leaves message headers unchanged so receiving client can see actual value requested by producer. ConcurrentSelectorDeliveryManager - Updated to check for expired messages when getNextMessage is called. Immediate messages are NOT expired. Subscription - Added method to getChannel that this Subscription is attatched to so we can retrieve the StoreContext for dequeue-ing the message. TimeToLiveTest - Test of Time to live. Sends 50 msgs. 1 non-timed 48 1 second and 1 non-timed ensure only 2 msgs come back after 2 seconds git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536506 13f79535-47bb-0310-9956-ffa450edef68
* Whitespace + Formatting.Martin Ritchie2007-05-091-18/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536499 13f79535-47bb-0310-9956-ffa450edef68
* Moved MaxChannelsTest.java to the correct package.Martin Ritchie2007-05-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536498 13f79535-47bb-0310-9956-ffa450edef68
* Improved safety limts for message size tests.Robert Greig2007-05-091-112/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536496 13f79535-47bb-0310-9956-ffa450edef68
* Added max buffer limits to all tests.Robert Greig2007-05-091-113/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536486 13f79535-47bb-0310-9956-ffa450edef68
* Improvements made to max pending message limit code.Robert Greig2007-05-091-36/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536483 13f79535-47bb-0310-9956-ffa450edef68
* QPID-482 : Small performance enhancementsRobert Godfrey2007-05-099-123/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536480 13f79535-47bb-0310-9956-ffa450edef68
* Some robustness added to tests by limiting buffered messages.Robert Greig2007-05-082-39/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536243 13f79535-47bb-0310-9956-ffa450edef68
* Added inclusion of sender and receiver names in results.Robert Greig2007-05-081-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536164 13f79535-47bb-0310-9956-ffa450edef68
* Added XML logging of test results.Robert Greig2007-05-083-5/+475
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536163 13f79535-47bb-0310-9956-ffa450edef68
* Added default password file for use with Base64MD5PassswordFilePrincipalDatabaseMartin Ritchie2007-05-081-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536141 13f79535-47bb-0310-9956-ffa450edef68
* QPID-480 : Avoid deadlock on UnacknowledgedMessageMap and ↵Robert Godfrey2007-05-071-1/+2
| | | | | | ConcurrentSelectorDeliveryManager git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536008 13f79535-47bb-0310-9956-ffa450edef68
* Added remaining test case.Robert Greig2007-05-076-11/+317
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535874 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Updated FieldTable to ensure no Decimal value is set that is larger ↵Martin Ritchie2007-05-072-1/+35
| | | | | | | | | | than can be transmitted over AMQP. That is a max scale value of Byte.MAX_VALUE and value of up to Integer.MAX_VALUE. Additional tests to ensure this is the case. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535809 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ↵Martin Ritchie2007-05-0410-269/+516
| | | | | | limit the Java client to only AMQP 0-8 compliant values. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535309 13f79535-47bb-0310-9956-ffa450edef68
* First two test cases completed. Still to do pub/sub.Robert Greig2007-05-0414-56/+464
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535254 13f79535-47bb-0310-9956-ffa450edef68
* More interop test stuff.Robert Greig2007-05-035-338/+457
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534903 13f79535-47bb-0310-9956-ffa450edef68
* Attribute details background made same as other displays.Bhupendra Bhusman Bhardwaj2007-05-031-18/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534897 13f79535-47bb-0310-9956-ffa450edef68
* Management console users list display is updated.Bhupendra Bhusman Bhardwaj2007-05-033-6/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534763 13f79535-47bb-0310-9956-ffa450edef68
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-0219-193/+236
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534478 13f79535-47bb-0310-9956-ffa450edef68
* Exchange MBeans updated - init method moved to super class. Bhupendra Bhusman Bhardwaj2007-05-0210-146/+117
| | | | | | Exception handling of management console updated for SecurityException. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534473 13f79535-47bb-0310-9956-ffa450edef68
* Comments and Test changesMartin Ritchie2007-05-013-9/+24
| | | | | | | | VirtualHost Added comments HeapExhaustion - Updated to send transient messages. QpidClientConnection - Allowed specification of type of message to send. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the ↵Martin Ritchie2007-05-011-7/+27
| | | | | | correct redelivered value, regardless of order. Different test case also was problematic. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534036 13f79535-47bb-0310-9956-ffa450edef68
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the ↵Martin Ritchie2007-04-301-14/+14
| | | | | | correct redelivered value, regardless of order. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533765 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in ↵Martin Ritchie2007-04-302-140/+232
| | | | | | | | | Java client. Updated to allow the use of durable subscriptions but it will not be as clean as with the extensions. Selectors are also now disabled. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533764 13f79535-47bb-0310-9956-ffa450edef68
* QPID-476 : Remove duplicate map of channelId to sessionRobert Godfrey2007-04-305-97/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533721 13f79535-47bb-0310-9956-ffa450edef68
* Added time-out for secure server connection.Bhupendra Bhusman Bhardwaj2007-04-304-16/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533704 13f79535-47bb-0310-9956-ffa450edef68
* Added reference for qpid.start and brought bin-test in line with bin.Martin Ritchie2007-04-272-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533141 13f79535-47bb-0310-9956-ffa450edef68
* Removed reference to bdbbackupMartin Ritchie2007-04-271-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533140 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache legal headers and added qpid.start which logs the startup commandMartin Ritchie2007-04-273-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533131 13f79535-47bb-0310-9956-ffa450edef68
* Updated MLT to have variables that define the BROKER and VHOST used and ↵Martin Ritchie2007-04-271-23/+30
| | | | | | White space git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533079 13f79535-47bb-0310-9956-ffa450edef68
* Updated PrincipalDatabase implementations to return empty strings rather ↵Martin Ritchie2007-04-272-2/+4
| | | | | | than null. As this causes NPE on MC. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533078 13f79535-47bb-0310-9956-ffa450edef68
* Bin Updates: Qpid-Run removed new bash 3.x feature += replaced with ↵Martin Ritchie2007-04-273-25/+13
| | | | | | | | | option="${value1} ${value2}" constructs to support older bash 2.x renamed passwd qpid-passwd and fixed classpath loading errors. Moved bdbbackup script to live with the bdb module. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533077 13f79535-47bb-0310-9956-ffa450edef68
* QPID-473 Base64MD5PrincipalDatabase doesn't check password changes were ↵Martin Ritchie2007-04-271-17/+5
| | | | | | | | applied to disk before storing in memory Reversed the effects of the requested change if the changes cannot be persisted to disk git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533075 13f79535-47bb-0310-9956-ffa450edef68
* QPID-471Bhupendra Bhusman Bhardwaj2007-04-274-7/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533065 13f79535-47bb-0310-9956-ffa450edef68
* Rationalized the performance tests.Robert Greig2007-04-261-116/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532794 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in ↵Martin Ritchie2007-04-261-11/+55
| | | | | | | | Java client. This disables the JMS features that rely upon Qpid Java broker specific features. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532786 13f79535-47bb-0310-9956-ffa450edef68
* Rationlized the performance tests.Robert Greig2007-04-261-273/+172
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532766 13f79535-47bb-0310-9956-ffa450edef68
* QPID-292 - Authentication not handled correctly.Martin Ritchie2007-04-261-2/+17
| | | | | | Copied handling from SecureOkMethod handler. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532728 13f79535-47bb-0310-9956-ffa450edef68
* Made the return type of getTestMessage() to a generic type for subclass to ↵Bhupendra Bhusman Bhardwaj2007-04-256-6/+44
| | | | | | override. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532372 13f79535-47bb-0310-9956-ffa450edef68