summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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-212-0/+19
* NO-JIRA: Add Mockito (Java mocking framework)Keith Wall2012-03-202-1/+2
* QPID-3895: Remove blocked channel/session from the list of blocked channels o...Keith Wall2012-03-197-19/+163
* QPID-3751 : Re-enable JCA tests for 0-10 Java Broker, disable for pre-0-10 (s...Robert Godfrey2012-03-192-2/+4
* QPID-3776 Applying a patch from Weston Price.Rajith Muditha Attapattu2012-03-144-4/+5
* QPID-3776 Applying a patch by Weston Price.Rajith Muditha Attapattu2012-03-142-0/+534
* QPID-3751 Excluding JCA system tests all together from the Java broker.Rajith Muditha Attapattu2012-03-141-0/+3
* QPID-3751 I had missed this file when I was applying Weston's patch.Rajith Muditha Attapattu2012-03-131-0/+97
* NO-JIRA: Java Broker: Remove unused code from VirtualHostImplKeith Wall2012-03-133-168/+92
* QPID-3868: Extra logging at DEBUG to better understand this failureKeith Wall2012-03-131-1/+5
* QPID-3879: Session#close() on session can produce spurious "dispatcher is not...Keith Wall2012-03-111-1/+1
* QPID-3894: MessageListener test improvmentsKeith Wall2012-03-1113-1106/+506
* QPID-3873: update test additions to fix defects around deliverymode variation...Robert Gemmell2012-03-111-41/+10
* QPID-3873: Add tests to verify that publishing of unroutable messages does no...Robert Gemmell2012-03-111-0/+66
* QPID-3806 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-03-084-6/+8
* QPID-3732 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-03-081-0/+283
* QPID-3751 Committing patch from Weston Price.Rajith Muditha Attapattu2012-03-086-15/+52
* QPID-3732 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-03-0814-102/+138
* 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-3886 Committing a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-085-11/+186
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-0813-14/+14
* QPID-3888: ensure the SQEL iterator uses the getNextValidEntry() method to ad...Robert Gemmell2012-03-064-22/+69
* QPID-3882: remove the unused experimental info pluginRobert Gemmell2012-03-0527-2469/+0
* QPID-3408 : Fix the Java Broker code so it both copes with machines where IPv...Robert Godfrey2012-03-054-13/+27
* QPID-3408 : Remove IPv4 specific code from Java Broker, allow to bind to IPv6...Robert Godfrey2012-03-051-1/+1
* QPID-3881: Ensure we only put 0-8/0-9/0-9-1 messages in the store if they are...Robert Gemmell2012-03-059-85/+74
* QPID-3408 : Remove IPv4 specific code from Java Broker, allow to bind to IPv6...Robert Godfrey2012-03-051-31/+3
* NO-JIRA: delete the testkit module, it contains a single class which is almos...Robert Gemmell2012-03-036-445/+1
* QPID-3867: ManagedQueueMBeanTest, fix test issue causing sporadic failure on ...Keith Wall2012-03-011-7/+12
* QPID-2159: Remove create-example-ssl-stores script from Java Broker.Keith Wall2012-03-014-79/+2
* QPID-3599: Python session tests fail against the Java Broker due to unexpecte...Keith Wall2012-03-012-4/+3
* QPID-3605: update test comments to reflect change in broker behaviour after t...Robert Gemmell2012-03-011-2/+4
* QPID-3605 : renamed method, corrected brace style for ifs, added tests (per R...Robert Godfrey2012-02-292-12/+94
* QPID-2418: fix up issues and enable forgotten test for 0-10 persistent broker...Robert Gemmell2012-02-293-14/+10
* QPID-3871 - Fixed java build, added stub for missing attribute.Ted Ross2012-02-291-0/+5
* QPID-3867: Address review comment from Robbie GemmellKeith Wall2012-02-281-2/+14
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-2811-21/+190
* QPID-2478 : Removing exclusion from test profiles as the test now seems to passRobert Godfrey2012-02-281-4/+0
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-272-0/+21
* QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...Robert Godfrey2012-02-271-4/+5
* QPID-24 : [Java Broker] Fix potential leak of preparedstatement on exception ...Robert Godfrey2012-02-271-3/+4
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-277-41/+110
* QPID-3774: AcknowlegdeTest should also sync after sending more non-transactio...Keith Wall2012-02-271-7/+11
* NO-JIRA: Remove unused authentication manager/queue memory-use methods from ...Keith Wall2012-02-273-30/+3
* NO-JIRA: Java Broker: Remove unsed method from ContentHeaderBody.javaKeith Wall2012-02-271-11/+0
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-1/+1