summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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-4467, QPID-4431: base the maven output on the next release version (even...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
* NO-JIRA: remove version from backup script, the referenced jar is now in the ...Robert Gemmell2012-11-201-4/+1
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-196-6/+6
* NO-JIRA: update JMX addQueue example to use the necessary quoted elements in ...Robert Gemmell2012-11-191-19/+22
* QPID-4441: ensure that using FieldTable#addAll(table) works when providing a ...Robert Gemmell2012-11-182-74/+33
* QPID-4431: add 'deploy-snapshot' target for use in publishing snapshot maven ...Robert Gemmell2012-11-113-3/+32
* QPID-4420: add documentation for SSL and the Anonymous + External Authenticat...Robert Gemmell2012-11-045-54/+356
* QPID-4419: ensure the broker kills the 0-10 connection immediately for explic...Robert Gemmell2012-11-042-2/+10
* QPID-4289, QPID-4344: restore catching of TransportExceptions when trying to ...Robert Gemmell2012-11-032-7/+29
* QPID-4411 : QPID JMS QueueBrowser should defer getting messages until getEnum...Robert Godfrey2012-11-022-45/+119
* QPID-4412 : ReceivingLinkEndpoint.isDrainedRobert Godfrey2012-11-021-1/+1
* QPID-4409 : [AMQP 1.0 JMS] QueueConnection createDurableConnectionConsumer() ...Robert Godfrey2012-11-021-0/+4
* QPID-4408 Applying patch from Dejan Bosanac.Rajith Muditha Attapattu2012-11-011-1/+1
* QPID-4396 : [Java AMQP 1.0] move examples into sub-moduleRobert Godfrey2012-10-2618-410/+65