summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-175-86/+110
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-171-0/+109
* QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-142-11/+129
* QPID-3979: [Java Broker] Conflation queuesKeith Wall2012-05-111-117/+283
* QPID-3980: Last Value Queue: Replaced conflation queue entries are never dele...Keith Wall2012-05-091-70/+43
* QPID-3988 : Fix spurious test errors caused by change in log4j ConsoleAppende...Robert Godfrey2012-05-091-36/+29
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-0/+347
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-192-0/+40
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-171-4/+5
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-122-9/+7
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-061-0/+57
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-041-0/+3
* QPID-3929: remove old perftests + integrationtests + junit-toolkit modules an...Robert Gemmell2012-04-0453-9447/+0
* QPID-3927: add a systest which would highlight the underlying issue by failin...Robert Gemmell2012-04-031-0/+100
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-307-781/+80
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-301-13/+5
* NO-JIRA: QpidBrokerTestCase - minor improvementsKeith Wall2012-03-304-31/+25
* QPID-3904: Java client should set AMQConnection#_closed flag on receipt of 0-...Keith Wall2012-03-211-0/+17
* QPID-3895: Remove blocked channel/session from the list of blocked channels o...Keith Wall2012-03-191-2/+34
* QPID-3751 I had missed this file when I was applying Weston's patch.Rajith Muditha Attapattu2012-03-131-0/+97
* QPID-3894: MessageListener test improvmentsKeith Wall2012-03-119-1102/+497
* 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-3867: ManagedQueueMBeanTest, fix test issue causing sporadic failure on ...Keith Wall2012-03-011-7/+12
* 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-291-1/+64
* QPID-2418: fix up issues and enable forgotten test for 0-10 persistent broker...Robert Gemmell2012-02-291-11/+8
* 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-281-4/+3
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-271-0/+17
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-272-7/+9
* QPID-3774: AcknowlegdeTest should also sync after sending more non-transactio...Keith Wall2012-02-271-7/+11
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-1/+1
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-9/+89
* QPID-3867: AMQQueueMBean#clearQueue|moveMessages|copyMessages should be certa...Keith Wall2012-02-261-20/+219
* QPID-1199 : [Java Client] Can not (actually you can) append to BytesMessage a...Robert Godfrey2012-02-231-0/+43
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-235-26/+73
* QPID-3865: Remove unreliable CancelTestKeith Wall2012-02-221-101/+0
* QPID-3728: remove uncessary restriction on checking against 'internal' brokersRobert Gemmell2012-02-201-1/+1
* QPID-3827: FirewallConfigTests fail on FreeBSD Jenkins CI due to peer IP repo...Keith Wall2012-02-181-14/+26
* NO-JIRA: Added extra logging to better understand FailoverMethodTest failure ...Keith Wall2012-02-181-23/+18
* QPID-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ...Keith Wall2012-02-151-2/+10
* QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-151-0/+67
* QPID-3825: TransactionTimeoutTests sporadically failKeith Wall2012-02-131-2/+3
* QPID-3803: increase receive() timeout on persistent runs, newest failure log ...Robert Gemmell2012-02-131-7/+8
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-131-41/+25
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-131-141/+30
* QPID-3803: System tests SortedQueueTest fail ocasionally on slow machinesKeith Wall2012-02-101-31/+28
* QPID-3825: TransactionTimeoutTest.testProducerOpenCommit and others fails spo...Keith Wall2012-02-091-2/+8
* QPID-3819: ExhaustiveACLTests seen to timeoutKeith Wall2012-02-093-126/+127