summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-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-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-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
* 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-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-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
* 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: 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
* QPID-3949 : [Java AMQP 1.0] JMSType propertyRobert Godfrey2012-04-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3749Weston M. Price2012-04-161-8/+8
| | | | | | | -Fixed typo in qpid-jca-ds.xml to conform to ra.xml admin object property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326623 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3749Weston M. Price2012-04-167-140/+59
| | | | | | | | | -General cleanup of ResourceAdapter -Removed unused methods -Fixed typos in ra.xml -Changed default connectionURL to remove guest/guest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326622 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Performance Test Framework - Fix failing tests under JDK 1.7Keith Wall2012-04-162-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326616 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326569 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-12/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326565 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-168-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326555 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Update selector/no-local definitions to use new ↵Robert Godfrey2012-04-164-8/+5
| | | | | | descriptors git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326532 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-133-59/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1325661 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-1229-793/+726
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1325467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Handles the stat collecting and reporting module for the jmsRajith Muditha Attapattu2012-04-104-0/+459
| | | | | | | | perf tools housed under the java/tools module. This again closely followed the c++ versions. The Mercury tool has it's own stat and report implementation to facilitate exisitng scripts. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 The existing PerfProducer, PerfConsumer and TestControllerRajith Muditha Attapattu2012-04-105-477/+210
| | | | | | | | | were refactored to act more as controllers while the actual sending and receiving is now delegated to the QpidSend and QpidReceive classes. The stat collecting and reporting is now handled by the Report and Statistics classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Refactored existing code in PerfConsumer and PerfProducer toRajith Muditha Attapattu2012-04-102-0/+472
| | | | | | | | extract QpidSend and QpidReceive. These classes closely follow the C++ qpid-send.cpp and qpid-receive.cpp More work needs to be done to make them identical. This is still WIP. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311676 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Removed the old LatencyTest as it's no longer useful.Rajith Muditha Attapattu2012-04-101-349/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311675 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Test configuration is now accessed via the TestConfigurationRajith Muditha Attapattu2012-04-102-25/+348
| | | | | | | | | | interface. This would allow the various test tools to easily add/change the configuration mechanism. The existing jvm arg based system is now implemented via the JVMArgConfiguration class. Some tools will prefer program arguments and you could implement a ProgramArgConfiguration class. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311674 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Renamed existing files as the first step. The existingRajith Muditha Attapattu2012-04-109-0/+0
| | | | | | | | | distributed testing framework is now named Mercury, and the related files are prefixed with that name for easy identification. The existing perf-report was renamed as jms-quick-perf-report, as that is exactly what it does. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311673 13f79535-47bb-0310-9956-ffa450edef68
* Replace log message formatting with null object dereferencesAndrew Donald Kennedy2012-04-091-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311361 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: disable the systests temporarilyRobert Gemmell2012-04-061-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1310405 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() ↵Robert Gemmell2012-04-063-21/+68
| | | | | | | | | | | | | | and Session#rollback() from consumer MessageListener This patch contains the following changes: - Add synchronization on AMSession#_messageDeliveryLock into MessageConsumer#close() in order to block until message listener in progress has completed(as required in JMS javadoc for MessageConsumer#close()). - Change the session dispatcher to stop messages delivery into consumer local message queue if the consumer in the process of closing. This eliminates the need to stop the dispatcher on rejecting pending messages for closing consumer. - Remove the synchronization on the dispatcher lock from AMQSession.Dispatcher#rejectPending and code to stop the dispatcher, as we are synchronizing on the deliveryLock now and incoming messages are not dispatched into closing consumers anymore. - Add a system test to reproduce the deadlock and verify its resolution. Applied patch from Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1310275 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: add missed file from previous checkinRobert Gemmell2012-04-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: initial checkin of new testing framework, initially to be used ↵Robert Gemmell2012-04-05165-1/+36957
| | | | | | | | for performance testing but later to be expanded for use with other testing scenarios. Applied patch from Philip Harvey <phil@philharveyonline.com>, Oleksandr Rudyy <orudyy@gmail.com>, Andrew MacBean <andymacbean@gmail.com>, Keith Wall <kwall@apache.org>, and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3933: define an empty value for amqp-1-0-common.libs to allow the pom ↵Robert Gemmell2012-04-051-0/+1
| | | | | | generation process to succeed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309633 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-04461-94/+54580
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309594 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3929: remove old perftests + integrationtests + junit-toolkit modules ↵Robert Gemmell2012-04-04190-31809/+5
| | | | | | and associated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309476 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3927: add a systest which would highlight the underlying issue by ↵Robert Gemmell2012-04-031-0/+100
| | | | | | failing to receive all messages present on the priority queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309155 13f79535-47bb-0310-9956-ffa450edef68