summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4517: modify broker log4j configuration to use logger names instead of f...Phil Harvey2013-01-032-4/+4
* NO-JIRA: [Java Broker] Perf Tests - tweak queue drain algorithm to better han...Keith Wall2012-12-272-13/+25
* QPID-4521: ensure that the routing key is properly passed to the alternate To...Robert Gemmell2012-12-232-1/+98
* QPID-4502: [Java Broker] Document DLQ/Maximum Delivery Count featuresKeith Wall2012-12-221-2/+4
* QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont update sta...Robert Gemmell2012-12-201-3/+2
* QPID-4512: stop the delete visitor indicating completion upon the first match...Robert Gemmell2012-12-202-4/+55
* NO-JIRA: [Java Broker] Added new perf test script to test the varying consume...Keith Wall2012-12-209-98/+377
* QPID-4513: improve client handling of discovery that its SASL Provider has al...Robert Gemmell2012-12-203-10/+204
* QPID-4503: Producer transaction timeout detection feature may produce spuriou...Keith Wall2012-12-202-0/+5
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-207-54/+151
* QPID-4511: move the broker-plugins lib dir under build/scratch to prevent it ...Robert Gemmell2012-12-193-5/+5
* QPID-4458: remove unused subdirs and files from gentools then move the remain...Robert Gemmell2012-12-1846-82/+8667
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2012-12-143-20/+13
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-1116-8/+314
* QPID-4496 Fixed a typo in the error message and adjusted the ifRajith Muditha Attapattu2012-12-101-2/+8
* NO-JIRA: only perform the uptodate check on dojo at the precompile point, aft...Robert Gemmell2012-12-091-3/+5
* QPID-3317 Adjusted the test after adding the exception for marking tempRajith Muditha Attapattu2012-12-071-1/+1
* QPID-4497 Allow the exclusive property to be set for the subscriptionRajith Muditha Attapattu2012-12-072-1/+6
* QPID-4496 Set the assert property to false when checking if a queueRajith Muditha Attapattu2012-12-071-5/+5
* QPID-4496 Added error handling to cover the cases mentioned in the JIRA.Rajith Muditha Attapattu2012-12-072-12/+19
* NO-JIRA added consumer.close() and producer.close() to Drain and Spout.Rajith Muditha Attapattu2012-12-052-1/+2
* QPID-4454 : [AMQP 1.0 JMS Client] Applied patch (with modifications) to annot...Robert Godfrey2012-12-0510-42/+316
* QPID-4489: ensure the IoSender is closed when the IoReceiver closes before a ...Robert Gemmell2012-12-031-1/+23
* NO-JIRA: update description to correctly reflect the test behaviourRobert Gemmell2012-12-031-1/+1
* QPID-4483: Add system tests for Sasl authentication in Java Broker web manage...Alex Rudyy2012-11-291-1/+389
* QPID-4441: add system test verification of the priority queue and queue with ...Robert Gemmell2012-11-292-3/+118
* QPID-4476: ensure that the Principal in the AuthenticationResult has the same...Robert Gemmell2012-11-271-31/+66
* QPID-4475: enable the web management UI support the PLAIN mechanism for SASL ...Robert Gemmell2012-11-272-2/+41
* QPID-4472 : [Java Test] Fix MultiVersionProtocolEngineTest to work with AMQP ...Robert Godfrey2012-11-261-0/+26
* QPID-4474: quote the name within the JMX ObjectName for the BDBHAMessageStore...Robert Gemmell2012-11-264-4/+8
* QPID-4473: Resolve 'stream might not be closed' issue reported by findbugs to...Alex Rudyy2012-11-261-1/+8
* QPID-4472 : [Java Broker] NPE with non-SASL AMQP 1.0 ConnectionRobert Godfrey2012-11-262-2/+6
* QPID-2796 : Exclude test which requires client initiated 0-10 heartbeats for ...Robert Godfrey2012-11-261-0/+4
* QPID-2796 : Addressed review commentsRobert Godfrey2012-11-265-8/+58
* QPID-2796 : Added Java system test for heartbeatingRobert Godfrey2012-11-2610-131/+159
* QPID-4431: base the maven output on the next release version (even) rather th...Robert Gemmell2012-11-252-1/+4
* QPID-4456: ensure the qpid-server.bat script for windows picks up the broker ...Robert Gemmell2012-11-251-2/+2
* QPID-4338: [Java Perf Tests] Clarify chart titlesKeith Wall2012-11-252-2/+2
* QPID-4338: [Java Performance Charts] Renamed SeriesStokeAndPaintAccessor and ...Keith Wall2012-11-256-26/+28
* QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set fro...Keith Wall2012-11-253-14/+58
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-2524-49/+781
* QPID-4468: restore connection level ssl option to provide compatibility with ...Robert Gemmell2012-11-256-3/+147
* QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-255-29/+5
* QPID-4461: remove spaces to ensure the log prefix/suffix options are passed c...Robert Gemmell2012-11-231-4/+4
* QPID-4458: revert changes in r1412380, a CI build failure after a clean check...Robert Gemmell2012-11-235-8/+77
* QPID-4458: remove the gentool/lib folder, retrieve the velocity dependencies ...Robert Gemmell2012-11-225-77/+8
* QPID-4456: ensure the broker plugins get packaged in the release binary and a...Robert Gemmell2012-11-218-18/+26
* QPID-4455 : [AMQP 1.0 JMS Client] Queue browsers were not returning jms messa...Robert Godfrey2012-11-211-6/+22
* QPID-4453 : [AMQP 1.0 JMS Client] ObjectMessage /w no body improperly convert...Robert Godfrey2012-11-211-1/+19
* QPID-4441: Improve BDB store upgrade tests to cover the upgrade of configurat...Alex Rudyy2012-11-218-43/+152