summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3466 Removed the 'create:always' option when constructing theRajith Muditha Attapattu2011-09-061-1/+1
* QPID-3463: Adds catching of Throwable on broker startupRobert Gemmell2011-09-061-1/+1
* QPID-3468: exclude QueueBrowser related failover testsRobert Gemmell2011-09-052-0/+23
* QPID-3466 Added logic to convert exchange/replyTo pairs into addressRajith Muditha Attapattu2011-09-051-3/+58
* QPID-3373 I forgot to ensure the correct port is used in the connectionRajith Muditha Attapattu2011-09-021-1/+3
* QPID-3461 The commit method implementation in AMQSession_0_10 nowRajith Muditha Attapattu2011-08-311-0/+7
* QPID-3395 Added a test case for this issue.Rajith Muditha Attapattu2011-08-311-0/+19
* QPID-3373 Adding a test case for this issue.Rajith Muditha Attapattu2011-08-311-0/+39
* QPID-3373 Applying Pavel's patch. I also added the same fix for theRajith Muditha Attapattu2011-08-311-23/+42
* QPID-3395 Applied Pavel's patch with minor modifications.Rajith Muditha Attapattu2011-08-301-8/+13
* QPID-2720: prevent NPE's in event we didnt fully set up the PluginManagerRobert Gemmell2011-08-261-9/+12
* QPID-3453: Fixes an issue with closing of detached sessionKeith Wall2011-08-262-8/+47
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-2611-22/+86
* QPID-3454: System test StreamMessageTest would not detect regression in Strea...Keith Wall2011-08-261-20/+25
* QPID-1004: delete dead test (as recommended on the JIRA) since it was exclude...Robert Gemmell2011-08-254-159/+1
* QPID-3452: Broker now unregisters any remaining subscriptions on receipt of S...Keith Wall2011-08-252-3/+23
* QPID-3432: Exclude SyncWait* tests from 0-10 profile. These tests test a 0-8...Keith Wall2011-08-251-1/+3
* QPID-3433: Remove passing and not existing tests from excludesKeith Wall2011-08-244-70/+33
* QPID-2904: Avoid race condition between SubFlushRunner and MinaAcceptor threa...Keith Wall2011-08-221-8/+17
* NO-JIRA: update the default broker.ready message to get the java test profile...Robert Gemmell2011-08-221-1/+1
* QPID-3365: Reverted change to build system to avoid dependency on Ant 1.7.1. ...Keith Wall2011-08-224-3/+23
* QPID-3307: correct a couple style issues, add some basic unit testing for Obj...Robert Gemmell2011-08-214-6/+206
* QPID-3307: attempt fall back to the ClassLoader which loaded the OIS when una...Robert Gemmell2011-08-212-1/+138
* QPID-2720: make the PluginManager able to work with a pre-existing BundleContextRobert Gemmell2011-08-218-137/+125
* QPID-3414: Refactoring. List of packages to be exported as OSGi system packag...Robert Gemmell2011-08-215-48/+333
* NO-JIRA: remove test config for Logger which is no longer used, move test sta...Robert Gemmell2011-08-214-56/+70
* QPID-3439: add intermediate task class for Signal handling using reflection t...Robert Gemmell2011-08-213-29/+227
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-1819-525/+164
* QPID-3431: exclude test whilst it is taking 30+mins to runRobert Gemmell2011-08-181-0/+3
* NO-JIRA: delete dead test (only runs against CPP brokers when run on linux, b...Robert Gemmell2011-08-182-111/+0
* QPID-3430: enable excluding protocol versions from the SSL port(s) on the com...Robert Gemmell2011-08-181-37/+49
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-1838-453/+515
* NO-JIRA: delete unused folder with old testsRobert Gemmell2011-08-1844-6009/+0
* QPID-3342: Regression when forming SSL connections.Robert Gemmell2011-08-155-64/+109
* NO-JIRA: small adjustments to stop Ant generating warnings and spewing irrele...Robert Gemmell2011-08-152-21/+19
* QPID-3385: remove old ID generator left over after earlier commitRobert Gemmell2011-08-151-3/+0
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-1412-989/+950
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-1412-950/+989
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-134-35/+248
* NO-JIRA: the Java build was broken by r1156604, add stubs to allow compilationRobert Gemmell2011-08-131-0/+11
* QPID-3402: revert r1155516, bad things happened without spaceRobert Gemmell2011-08-092-2/+2
* QPID-3402: also use a semi-colon deliminator instead of just whitespace, so a...Robert Gemmell2011-08-092-2/+2
* QPID-3392: correct JIRA referenceRobert Gemmell2011-08-091-1/+1
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-087-33/+45
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-0812-114/+221
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-0816-118/+280
* QPID-3391: exclude failing test until functionality is implementedRobert Gemmell2011-08-041-1/+3
* QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch...Robert Gemmell2011-08-043-17/+114
* QPID-2881 Modified the testSubscriptionForSameDestination to cover forRajith Muditha Attapattu2011-08-031-1/+1
* QPID-3381 Corrected the entry for JMSPropertiesTest to reflect theRajith Muditha Attapattu2011-08-031-1/+1