summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-181-0/+2
* QPID-3990:Weston M. Price2012-05-141-4/+5
* QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-142-28/+102
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-0/+1
* QPID-3971: resolve CI failure (hopefully), make misc test improvementsRobert Gemmell2012-05-132-69/+58
* QPID-3971:PropertiesFileInitialContextFactory cannot open file URIWeston M. Price2012-05-131-1/+0
* QPID-3994: add support for optionally retrieving FindBugs using IvyWeston M. Price2012-05-132-35/+51
* QPID-3941 Moved the printing of header information into it's ownRajith Muditha Attapattu2012-05-091-29/+34
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-072-0/+13
* QPID-3791: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-031-19/+0
* QPID-3971: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-034-39/+114
* QPID-3864: fix licence URLRobert Gemmell2012-04-191-1/+1
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-062-21/+11
* QPID-3912: Client failover fails to reconnect if a previous attempted reconne...Keith Wall2012-03-282-1/+7
* QPID-3913: Add functionality to upgrade bdbstore automatically on broker star...Keith Wall2012-03-271-2/+5
* QPID-3903: Session#close() should not wait forever if broker fails to respond...Keith Wall2012-03-252-22/+20
* QPID-3905: NullPointerException is thrown on rejecting messages whilst closin...Keith Wall2012-03-251-3/+3
* QPID-3904: Java client should set AMQConnection#_closed flag on receipt of 0-...Keith Wall2012-03-211-0/+2
* QPID-3879: Session#close() on session can produce spurious "dispatcher is not...Keith Wall2012-03-111-1/+1
* QPID-3884 Applying a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-082-0/+24
* QPID-3885 Changed the log level for flow control messages to info (wasRajith Muditha Attapattu2012-03-081-4/+4
* QPID-3885 Applying a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-088-43/+81
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-282-0/+8
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-271-0/+4
* QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...Robert Godfrey2012-02-271-4/+5
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-275-34/+101
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-276-129/+150
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-7/+10
* QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to...Robert Godfrey2012-02-201-4/+4
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-202-0/+57
* QPID-3836 Modified the address handling code to pass the noLocalRajith Muditha Attapattu2012-02-134-10/+19
* QPID-3817: remove unnecessary cast to AMQQueue from the QueueBrowser creation...Robert Gemmell2012-02-132-3/+6
* QPID-3830: remove stale reference to old examples READMERobert Gemmell2012-02-131-2/+0
* QPID-3830: remove stale/confusing old 'examples' for the java clientRobert Gemmell2012-02-1327-2874/+0
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-136-16/+12
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-132-14/+85
* QPID-3819: ExhaustiveACLTests seen to timeoutKeith Wall2012-02-091-24/+1
* QPID-3807: Improve thread safety of JMS Session dispatcher.Keith Wall2012-02-071-21/+11
* NO-JIRA: Remove unnecessary getters added by recent commit 1236867Keith Wall2012-02-071-87/+0
* NO-JIRA: Move members back to top of class where they belongKeith Wall2012-02-071-181/+180
* NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-063-134/+0
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-052-29/+16
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0220-2635/+222
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-022-7/+4
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-022-1/+77
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-014-14/+59
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-013-3/+0
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-315-419/+199
* QPID-3604 Moved the draining of consumer queues further down to be doneRajith Muditha Attapattu2012-01-311-8/+6