summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4143: topic tests were inadvertently using persistent messages causing m...Keith Wall2012-08-093-0/+3
* QPID-4162: Change Java Client/Java Broker to send a session.detached in respo...Keith Wall2012-08-082-40/+21
* NO-JIRA: use a single property to define the maven repository url being used ...Robert Gemmell2012-08-082-2/+2
* QPID-4195 : Add AMQP 1.0 JMS Client to the release scriptRobert Godfrey2012-08-072-0/+23
* QPID-4188: add fallback exception/error logging to MBeanInvocationHandlerImplRobert Gemmell2012-08-031-1/+26
* QPID-4185: improve broker_example.acl to give more reasonable settings, repla...Robert Gemmell2012-08-031-12/+13
* QPID-4189: Add unit tests for ConfiguredObjectToMapConverterKeith Wall2012-08-035-130/+350
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-033-35/+95
* QPID-4186: MBeanInvocationHandler now sets log actor before performing author...Robert Gemmell2012-08-032-51/+219
* QPID-4184: enable the notifications beign logged by configuring the associate...Robert Gemmell2012-08-021-0/+5
* QPID-4173: Switch off subscription.state logger to reduce the verbosity for c...Robert Gemmell2012-08-021-0/+6
* QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ...Robert Gemmell2012-08-022-2/+51
* QPID-4182: Set the default minimumAlertRepeatGap value to 30 secondsRobert Gemmell2012-08-024-14/+24
* QPID-4183 : Implement Session/ConnectionModel interfaces in AMQP 1.0 code to ...Robert Godfrey2012-08-025-5/+360
* QPID-4171: Fix enqueue ordering for persistent messsagesKeith Wall2012-08-014-22/+165
* QPID-4152: added condition to cover-test target so it only runs if units test...Keith Wall2012-08-011-1/+1
* NO-JIRA: Remove unnecessary build dependency from systest => web.Keith Wall2012-08-011-1/+1
* QPID-4167: Fix a cycle in the JSON output of the AlternateExchange attribute ...Robert Gemmell2012-07-316-14/+71
* QPID-4167: Fix setting of queue attributes via web management console and res...Robert Gemmell2012-07-319-55/+139
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-315-33/+193
* QPID-3575 Changed the name of the system prop toRajith Muditha Attapattu2012-07-301-9/+12
* QPID-4164: Patch to extend MaxDeliveryCountTest to check for this bugKeith Wall2012-07-302-53/+23
* QPID-4170: prevent JMX threads from spinning in the Queue MBean if the conten...Robert Gemmell2012-07-302-8/+84
* QPID-4164: only keep a hard reference to the meta data if it has yet to be pe...Robert Gemmell2012-07-272-2/+8
* QPID-4143: modify perf test framework's queue management to allow non-Qpid im...Keith Wall2012-07-274-10/+73
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-254-55/+138
* NO-JIRA: Add exclude for file use with the Java Broker when running the Pytho...Keith Wall2012-07-221-0/+34
* QPID-4160: remove the old JMX Management ConsoleRobert Gemmell2012-07-20196-22616/+1
* QPID-4143: exclude qpid-client and its third party libs from the perftests re...Keith Wall2012-07-202-3/+15
* QPID-3998: Add HTTPS test for REST interfacesRobert Gemmell2012-07-193-4/+103
* QPID-4152 : Refactor coverage targets in Java build system.Keith Wall2012-07-193-81/+71
* QPID-4153: Exclude SelectorTest#testRuntimeSelectorError from Java test profilesKeith Wall2012-07-191-4/+2
* QPID-4151: Add validation for reserved exchange names into addExchange dialog...Robert Gemmell2012-07-191-1/+2
* QPID-4149: Add REST functionality to delete exchanges, queues and bindings, a...Robert Gemmell2012-07-1918-59/+450
* QPID-4150: Display the name of queue type key(sortKey,priorities,lvqKey) and ...Robert Gemmell2012-07-192-2/+27
* QPID-4143: include baseline data in charts.Keith Wall2012-07-1824-86/+146
* QPID-4103: Refactor test approach to avoid comparing JSON strings.Keith Wall2012-07-183-135/+45
* QPID-4103: now getting test file paths as URIs instead of URLs so that they s...Keith Wall2012-07-172-3/+3
* QPID-4103: [Java Performance Tests] modified test so that its success is no l...Keith Wall2012-07-175-17/+163
* QPID-4143: tweaked topic test config to introduce a start delay on message pr...Keith Wall2012-07-1712-20/+38
* QPID-3575Rajith Muditha Attapattu2012-07-162-3/+4
* QPID-3575 SessionExceptions (0-10 code path) are now marked as softRajith Muditha Attapattu2012-07-163-12/+48
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-1318-89/+234
* QPID-4114: broker release now includes BDB if optional=true sys property is setKeith Wall2012-07-121-1/+4
* QPID-4131: On 0-8...0-9-1 code path broker now closes the connection when the...Keith Wall2012-07-123-21/+40
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-1134-23/+2304
* QPID-3998, QPID-3999: get the user name from HttpServletRequest#getRemoteUser...Robert Gemmell2012-07-111-0/+4
* NO-JIRA: add some logging around the DtxBranch timeout functionality to aid d...Robert Gemmell2012-07-101-8/+72
* QPID-4125 : [Java Broker] allow coalescing of commits for multiple channels o...Robert Godfrey2012-07-104-29/+185
* QPID-4121: AMQProtocolEngine now uses lock to prevent the thread-unsafe use o...Keith Wall2012-07-103-15/+31