summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix windows link errorqpid-3606Charles E. Rolke2012-04-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3606@1330350 13f79535-47bb-0310-9956-ffa450edef68
* Investigate r1328124 broken builds on windowsCharles E. Rolke2012-04-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3606@1330339 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Fix for ControllerAndClientTest that occasionally fails on slow CIKeith Wall2012-04-251-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3969 - Improved handling of unspecified arguments in QMFv2 method calls.Ted Ross2012-04-243-9/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329817 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Add more logging to better understand the ControllerAndClientTest ↵Keith Wall2012-04-241-1/+6
| | | | | | that occasionally fails on a slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Add more logging to better understand the ControllerAndClientTest ↵Keith Wall2012-04-241-1/+8
| | | | | | that occasionally fails on a slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329622 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3970: Check alternate exchange actually exists before proceeding with ↵Gordon Sim2012-04-232-2/+31
| | | | | | reroute request git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329438 13f79535-47bb-0310-9956-ffa450edef68
* Added missing externs for Windows builds. NO-JIRAStephen D. Huston2012-04-232-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329410 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3960: Fix performance regression in priority queue implementation.Alan Conway2012-04-2311-160/+211
| | | | | | | | | | | | Revision r1307582 created a serious degredation in priority queue performance. It replaced a muti-deque implementation with o(1) complexity for consuming with a map implementation with o(log(n)) performance. This revision returns to a mutli-deque algorithm but with the addition of a FIFO index for fast browsing of acquired and unacquired messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Install HA connection excluder at the beginning of initialization.Alan Conway2012-04-233-53/+53
| | | | | | | Previosly excluder was being installed late allowing connections to a backup and diverting backups from the real primary. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329300 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3510 - Created a separate option in CommonOptions for the client ↵Ted Ross2012-04-238-18/+21
| | | | | | configuration file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329236 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Change Performance Test Framework to support running of a series ↵Keith Wall2012-04-2332-195/+23522
| | | | | | of test definition files and the production of a separate CSV per test definition. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1329215 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'QPID-3957' into trunkWeston M. Price2012-04-229-374/+648
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3510 - Allow client configuration-file to be overridden via QPID_CONFIG ↵Ted Ross2012-04-203-4/+10
| | | | | | env variable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328494 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3759: added lock to prevent two threads deleting same structureClifford Allan Jansen2012-04-201-24/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328440 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3964: Enforce 'access' premission rather than 'create' for passive ↵Gordon Sim2012-04-204-35/+36
| | | | | | declares; remove the now redundant 'passive' property from ACL model git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328384 13f79535-47bb-0310-9956-ffa450edef68
* Add missing QPID_COMMON_EXTERN on Invalid needed by recent ha Backup.cpp ↵Stephen D. Huston2012-04-201-1/+1
| | | | | | reference to it. NO-JIRA git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328372 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: add more debug logsKeith Wall2012-04-206-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328319 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: stop queue creator from leaving open session behindKeith Wall2012-04-204-32/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328318 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Improvements to qpid-cpp-benchmark test.Alan Conway2012-04-191-20/+28
| | | | | | | - Removed un-necessary --group-receivers option to simplify the test. - Added --fill-drain: fil then drain the queues instead of running concurrent send/receive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328126 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-1914-73/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328124 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3962: Added licensing to the Cucumber feature test step definitionsJustin Ross2012-04-195-0/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327950 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3864: fix licence URLRobert Gemmell2012-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327912 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3864: add missing licence headers to files in the java tree that are ↵Robert Gemmell2012-04-1912-0/+237
| | | | | | included in 0.16 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327905 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3923: fix the maven artefact generation proces, add dependency info for ↵Robert Gemmell2012-04-182-0/+44
| | | | | | jackson jars git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327692 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3958: Export added function definition to fix linking error on windowsGordon Sim2012-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327596 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3959: ensure the test creates/removes its own ApplicationRegistry with ↵Robert Gemmell2012-04-181-2/+22
| | | | | | | | a null AuthenticationManager. Applied patch from Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327556 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3352: Fix test for failed session to avoid confusion with as yet ↵Alan Conway2012-04-186-23/+37
| | | | | | | | | | | | | | | | | uninitialised session Previously, Link was using sessionHandler::isReady() to determine if a bridge had failed and needed recovery. However this incorrectcly recovers bridges that are not yet initialized as well as those that have failed. This was causing sporadic core dumps in serveral of the ha_tests.py tests, in particular test_backup_acquired. This patch adds a callback to notify the bridge when the session is detached, and use this as the criteria for recovering a bridge. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327532 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix assertion messages in brokertest.pyAlan Conway2012-04-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327518 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3958: Prevent malformed frameset being set when replicating a message ↵Gordon Sim2012-04-183-1/+6
| | | | | | with an empty content frame git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327515 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3776: Add support for JBoss7 Application ServerWeston M. Price2012-04-185-34/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3955: Qpid JCA Adapter should throw ResourceException ifWeston M. Price2012-04-183-3/+98
| | | | | | | | TransactionManager Cannot be located. QPID-3956: Add WLSTransactionManagerLocatorClass. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327352 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3701Weston M. Price2012-04-1720-43/+485
| | | | | | | | | | | -Add support for Glassfish 3.1.1 AS -Add necessary configuration files for Glassfish support -Reworked JNDI naming conventions to be consistent across all supported app servers -Fixed NPE in QpidConnectionFactoryProxy -Added necessary documentation files for Glassfish support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327294 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3734Weston M. Price2012-04-174-12/+14
| | | | | | | | | | | -Refactored JCA adapter to use AMQDestination Java Bean -Created two new destination AdminObjects to managed JCA destinations -Refactored examples to use new AdminObjects -Minor cleanup -Moved broker.address property to build-properties.xml git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-178-50/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327268 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Minor code clean-up in brokertest.py and ha_tests.py.Alan Conway2012-04-172-97/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327137 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3950: Allow browsing of queues with exclusive subscriptionsAlan Conway2012-04-174-10/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327135 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-172-17/+35
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-1/+1
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327034 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-0/+5
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327030 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3923: remove empty directoriesRobert Gemmell2012-04-170-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327004 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-17100-1788/+3880
| | | | | | Applied patch by Oleksandr Rudyy <orudyy@gmail.com>, Phil Harvey <phil@philharveyonline.com>, and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327003 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327000 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-173-8/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326997 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Removed useless flow control code from qpid-send.Alan Conway2012-04-163-33/+0
| | | | | | | This code serves no purpose now that qpidd has producer flow control. Removed it to simplify the tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326757 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Control running of cluster tests.Alan Conway2012-04-1625-70/+120
| | | | | | | | | | | Previously cluster tests would run if cluster services were running, even if build was explicitly configured without CPG. Don't run cluster tests unless the build is configured with CPG. If the build is configured *with* CPG, you can still skip the CPG tests by setting QPID_USE_CPG=no in the environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326756 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Minor improvements to HA tests, documentation and examples.Alan Conway2012-04-167-56/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326755 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Add heartbeat and reconnect options to qpid-cluster-benchmarkAlan Conway2012-04-162-9/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326754 13f79535-47bb-0310-9956-ffa450edef68