summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2013-01-092-0/+5
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2013-01-093-20/+13
* QPID-4521: ensure that the routing key is properly passed to the alternate To...Robert Gemmell2013-01-082-1/+98
* QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont update sta...Robert Gemmell2013-01-081-3/+2
* QPID-4512: stop the delete visitor indicating completion upon the first match...Robert Gemmell2013-01-082-4/+55
* QPID-4511: move the broker-plugins lib dir under build/scratch to prevent it ...Robert Gemmell2012-12-193-5/+5
* QPID-4377: Add missing license headers to JCA filesJustin Ross2012-12-184-0/+78
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-1316-8/+314
* QPID-4454 : Fixes to allow to/reply-to JMS type to be carried as message anno...Robert Godfrey2012-12-0710-42/+316
* QPID-4489: ensure the IoSender is closed when the IoReceiver closes before a ...Robert Gemmell2012-12-041-1/+23
* QPID-4483: Add system tests for Sasl authentication in Java Broker web manage...Robert Gemmell2012-12-041-1/+389
* QPID-4441: add system test verification of the priority queue and queue with ...Robert Gemmell2012-12-042-3/+118
* QPID-2796 : Restore heartbeating functionality to the Java Broker, and the 0-...Robert Godfrey2012-11-2833-180/+994
* QPID-4461: remove spaces to ensure the log prefix/suffix options are passed c...Robert Gemmell2012-11-281-4/+4
* QPID-4474: quote the name within the JMX ObjectName for the BDBHAMessageStore...Robert Gemmell2012-11-284-4/+8
* QPID-4468: restore connection level ssl option to provide compatibility with ...Robert Gemmell2012-11-286-3/+147
* QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-285-29/+5
* QPID-4475: enable the web management UI support the PLAIN mechanism for SASL ...Robert Gemmell2012-11-282-2/+41
* QPID-4476: ensure that the Principal in the AuthenticationResult has the same...Robert Gemmell2012-11-281-31/+66
* QPID-4456: ensure the qpid-server.bat script for windows picks up the broker ...Robert Gemmell2012-11-281-2/+2
* QPID-4441: Improve BDB store upgrade tests to cover the upgrade of configurat...Robert Gemmell2012-11-288-43/+152
* QPID-4472 : [Java Broker] NPE with non-SASL AMQP 1.0 ConnectionRobert Godfrey2012-11-283-2/+32
* QPID-4455 : Queue browsers were not returning jms messagesRobert Godfrey2012-11-281-6/+22
* QPID-4453 : ObjectMessage /w no body improperly converted to an AMQP message. Robert Godfrey2012-11-281-1/+19
* QPID-4456: ensure the broker plugins get packaged in the release binary and a...Robert Gemmell2012-11-278-18/+26
* NO-JIRA: remove version from backup script, the referenced jar is now in the ...Robert Gemmell2012-11-271-4/+1
* QPID-4377: Update release versions to 0.20Justin 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
* QPID-4395 : Fix client ack in onMessage in JMS AMQP 1.0 clientRobert Godfrey2012-10-262-5/+9
* QPID-4389: Send the selector of durable subscriber in arguments of ExchangeBi...Alex Rudyy2012-10-242-8/+71
* QPID-4385: perf test ClientRegistry timeout now only applies to each registra...Alex Rudyy2012-10-232-9/+66
* QPID-4383 : Fix receipt of large messages, client ackRobert Godfrey2012-10-202-9/+17
* QPID-4383 : Fix to set ssl based on protocolRobert Godfrey2012-10-191-1/+14
* QPID-4383 : Fix connection URLsRobert Godfrey2012-10-193-6/+37
* QPID-4382 : Wait for subsequent frames to arrive in synchronous receiveRobert Godfrey2012-10-192-105/+14
* QPID-4381 : add heartbeating to the AMQP 1.0 java clientRobert Godfrey2012-10-193-7/+56
* QPID-4298: AMQQueueDeferredOrderingTest should sync after sending the test me...Keith Wall2012-10-181-6/+6
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-1215-382/+678
* QPID-4353: modified rest test names in CPPExcludes beause they now reside in ...Keith Wall2012-10-121-1/+1
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-12175-4820/+2376