summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* Attempt one at merge from r1021441:HEADgrkvlt-network-20101013Andrew Donald Kennedy2010-12-06123-792/+2453
* Move id generator for connections to broker instanceAndrew Donald Kennedy2010-10-203-8/+16
* QPID-2498: Changes from ebourg addedAndrew Donald Kennedy2010-10-195-57/+38
* TidyupAndrew Donald Kennedy2010-10-1513-51/+66
* Minor updatesAndrew Donald Kennedy2010-10-1317-677/+89
* Network layer changes, and then some. Actual commit history preserved elsewhe...Andrew Donald Kennedy2010-10-13410-22692/+8992
* QPID-2898: when UUID is null, return null instead of doing String.valueOf()Robert Gemmell2010-10-111-1/+4
* The receiver was only counting messages if dups check was on.Rajith Muditha Attapattu2010-10-061-0/+5
* Added more test cases to cover failover.Rajith Muditha Attapattu2010-10-051-12/+96
* QPID-2749: Revert changes due to performance issuesAndrew Donald Kennedy2010-10-042-2/+2
* QPID-2892: Catch Exception on signal handler failureAndrew Donald Kennedy2010-10-031-1/+1
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-035-28/+58
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-0314-64/+129
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Clos...Robert Gemmell2010-10-011-4/+11
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Rele...Robert Gemmell2010-09-301-19/+22
* Added the ability to load the store module via installed rpms or using an exp...Rajith Muditha Attapattu2010-09-302-122/+74
* A connection listener is set to all connections, to catch any connection leve...Rajith Muditha Attapattu2010-09-301-2/+10
* QPID-2857: close the input stream used when loading properties files for JNDI...Robert Gemmell2010-09-291-1/+10
* Remove defunct old scriptRobert Gemmell2010-09-291-22/+0
* Added a failover test case that uses durable subscriptions.Rajith Muditha Attapattu2010-09-291-1/+37
* Improved the error handling and modified the parameters to pass in an address...Rajith Muditha Attapattu2010-09-291-30/+47
* Modified the Sender and Receiver to work with the new addressing strings.Rajith Muditha Attapattu2010-09-293-130/+103
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10 Andrew Donald Kennedy2010-09-281-1/+6
* QPID-2857: Remove the FindBugs binarys from the repository and add instructio...Robert Gemmell2010-09-2733-1479/+37
* add missing Apache licenceRobert Gemmell2010-09-271-1/+21
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10Andrew Donald Kennedy2010-09-272-3/+15
* QPID-2801: Implement LogSubject Interface in 0-10 Subscription/ServerConnect...Andrew Donald Kennedy2010-09-273-18/+135
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-262-1/+13
* QPID-2877: remove erroneous space from labelRobert Gemmell2010-09-261-1/+1
* add some missing Apache licence headers to files in the Java treeRobert Gemmell2010-09-266-0/+101
* QPID-2884: Pass the method arguments on Subscription_0_10 upon creationAndrew Donald Kennedy2010-09-263-6/+14
* QPID-2833: Add a Generic Actor for 0-10 LoggingAndrew Donald Kennedy2010-09-262-0/+88
* QPID-2879: The 0-10 Java Client is sending null arguments on messageSubscribeAndrew Donald Kennedy2010-09-231-1/+2
* QPID-2882Rajith Muditha Attapattu2010-09-221-5/+13
* QPID-2881Rajith Muditha Attapattu2010-09-222-6/+8
* QPID-2786Rajith Muditha Attapattu2010-09-214-11/+52
* QPID-2861Rajith Muditha Attapattu2010-09-211-1/+1
* QPID-2876Rajith Muditha Attapattu2010-09-211-2/+2
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-202-14/+13
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-1935-217/+273
* QPID-2857: Increase max memory for the findbugs task to 512MB to prevent OOMERobert Gemmell2010-09-191-0/+1
* Remove unused/non-existent jar entry from startup script classpathRobert Gemmell2010-09-191-1/+1
* QPID-2781: move broker process name tagging default from the common qpid-run ...Robert Gemmell2010-09-192-6/+6
* QPID-2619: move echo of the broker PID from common qpid-run script used by mu...Robert Gemmell2010-09-192-1/+13
* QPID-2869: prevent entering the source queue as destinationRobert Gemmell2010-09-181-0/+8
* QPID-2868: guard against non-existent destinations when moving/copyingRobert Gemmell2010-09-181-3/+10
* QPID-2867: add support to the JMX management console for removing bindings fr...Robert Gemmell2010-09-183-13/+101
* QPID-2870: move the authorisation check outside the AtomicBoolean wrapped que...Robert Gemmell2010-09-181-5/+6
* QPID-2695: use exchangeName variable instead of exchange variable when loggin...Robert Gemmell2010-09-181-7/+8
* QPID-2704: simplify the implementation of SQEL scavenge() ability and add test.Robert Gemmell2010-09-182-51/+158