summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Collapse)AuthorAgeFilesLines
...
* | QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1359235 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Add missing Apache licenses to Java source files; correct ↵Keith Wall2012-07-0218-39/+40
| | | | | | | | | | | | positioning of the license wrt to the package statement git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1356257 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate ↵Keith Wall2012-06-151-0/+63
| | | | | | | | | | | | | | | | chart png browsing from CI server. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1350625 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4062 : [Java Tests] add misssing file from previous checkinRobert Godfrey2012-06-121-0/+127
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1349531 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port ↵Robert Godfrey2012-06-121-51/+2
| | | | | | | | | | | | already initialised (Applied patch from Philip Harvey git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1349443 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1348224 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-066-23/+74
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1346817 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4038: log the Connection number and its local and remote addresses ↵Robert Gemmell2012-06-041-0/+18
| | | | | | | | | | | | after each [re]connection git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1346169 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3986, QPID-4009, QPID-4017: add constants for system ↵Robert Gemmell2012-05-292-9/+29
| | | | | | | | | | | | | | | | properties/defaults. Update default values for flow control timeouts to be consistent between 0-8/9/9-1 and 0-10 client paths (60sec). Increase the 'failover method timeout' for 0-8/9/9-1 client path to 120sec. Update documentation accordingly. Work by Philip Harvey <phil@philharveyonline.com> and myself, based on review feedback. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1343680 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+8
| | | | | | | | | | | | Applied patch from Oleksandr Rudyy <orudyy@gmail.com>, Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1343675 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3973 : [Java] Add support for non JKS key store types (patch supplied ↵Robert Godfrey2012-05-186-26/+55
| | | | | | | | | | | | by jsightle@redhat.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1340191 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-4006: add support for using BDB HA to form an active-passive cluster ↵Robert Gemmell2012-05-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | for persistent messaging - Includes support for setting BDB configuration parameters via the store configuration, both for the existing store and the new HA variant. - Removes the MessageStoreFactory and reverts store configuration to historical values. Applied patch from Keith Wall, Andrew MacBean <andymacbean@gmail.com>, Oleksandr Rudyy <orudyy@gmail.com>, Philip Harvey <phil@philharveyonline.com>, and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1339728 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3994: trivial changes to the build.xml files to aid people regenerating ↵Robert Gemmell2012-05-131-0/+1
| | | | | | | | | | | | their Eclipse project files using Ant Eclipse following the Ivy related changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337925 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3994: use Ivy to download the main component dependencies during the ↵Robert Gemmell2012-05-111-1/+6
| | | | | | | | | | | | build, and the optional bdb-je dependency on request, enabling removal of the main component dependencies from the repository and the 'source release' artifacts. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337211 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-8/+19
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335290 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3864: add missing licence headers to files in the java tree that are ↵Robert Gemmell2012-04-193-0/+60
| | | | | | | | | | | | included in 0.16 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327905 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-172-0/+6
| | | | | | | | | | | | 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-3917: Refactor VirtualHost/MessageStore implementations to be ready for ↵Keith Wall2012-03-301-7/+8
| | | | | | | | | | | | | | | | BDB-HA Applied patch from Andrew MacBean <andymacbean@gmail.com> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1307416 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: QpidBrokerTestCase - minor improvementsKeith Wall2012-03-301-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1307316 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3912: Client failover fails to reconnect if a previous attempted ↵Keith Wall2012-03-281-0/+1
| | | | | | | | | | | | | | | | reconnection has failed 'late' in the connection start process. Applied patch from Andrew MacBean <andymacbean@gmail.com> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1306208 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3886 Committing a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-085-11/+186
| | | | | | | | | | | | | | The purpose of the patch is to improve the efficiency of processing known-complete (command id ranges). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298536 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298340 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3408 : Fix the Java Broker code so it both copes with machines where ↵Robert Godfrey2012-03-052-1/+5
| | | | | | | | | | | | IPv6 is present, but disabled, and does not open a random port to get a wildcard address git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1297049 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3605 : [Java Broker] Durable subscriber with no-local true receives ↵Robert Godfrey2012-02-281-1/+3
| | | | | | | | | | | | messages on re-connection git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1294884 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Java Broker: Remove unsed method from ContentHeaderBody.javaKeith Wall2012-02-271-11/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1294163 13f79535-47bb-0310-9956-ffa450edef68
* | AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-0/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1292984 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3789: restore one of the improvements made in this JIRA which was ↵Robert Gemmell2012-02-221-8/+13
| | | | | | | | | | | | inadvertantly reverted during subsequent application of an older patch elsewhere git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1292521 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-211-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291964 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java ↵Robert Godfrey2012-02-211-1/+1
| | | | | | | | | | | | AMQP 0-10 transport cannot cope with message transfers with no body and no headers) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291719 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-2750: remove erroneous assert about 'LongString' lengthsRobert Gemmell2012-02-201-3/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291518 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3857: remove the protected Impl method now that we dont need the ↵Robert Gemmell2012-02-201-7/+0
| | | | | | | | | | | | Session reference, and just call super.sessionAttach instead. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291345 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3857: Fix racing conditions on registering session in connection and ↵Robert Gemmell2012-02-201-0/+1
| | | | | | | | | | | | | | | | sending session.attached command. Applied patch from Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291344 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3293: add new system properties for setting client send/receive buffer ↵Robert Gemmell2012-02-193-9/+78
| | | | | | | | | | | | sizes on connections, restore legacy properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291056 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3854: SO_REUSEADDR should be applied to server socket before bind()Keith Wall2012-02-181-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1290907 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3714: Fix defect in BasicContentHeaderPropertiesKeith Wall2012-02-171-2/+8
| | | | | | | | | | | | Fix defect in BasicContentHeaderProperties when deciding whether to use the cached encoded form. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1245439 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ↵Keith Wall2012-02-151-1/+1
| | | | | | | | | | | | | | | | them. Modified unit test to capture stderr to aid diagnosis of failures. Applied patch from Andrew MacBean <andymacbean@gmail.com> and Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1244535 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3739: Java properties qpid.ssl.keyStoreCertType and ↵Keith Wall2012-02-131-2/+0
| | | | | | | | | | | | | | | | qpid.ssl.trustStoreCertType have misleading names and would be better called qpid.ssl.[Key|Trust]ManagerFactory.algorithm Address review comments from Robbie Gemmell. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1243449 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3440: add test to verify issue by ensuring that the reply-to ↵Robert Gemmell2012-02-131-0/+18
| | | | | | | | | | | | Destination cache results in use of the same Destination objects for subsequent messages. Implement equals() and hashCode() for the generated ReplyTo class to let it function properly as an index in the hashmap to resolve the issue. Update PropertyValueTest to remember the initial reply-to destination it sets and compare it with the value returned after sending/receiving the message, rather than constituting its own test destination for comparison. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1243380 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3801: change use of escaped single quote to a hex literal to avoid a ↵Robert Gemmell2012-02-061-4/+8
| | | | | | | | | | | | bug in Checkstyle after JavaCC processes it into escaped unicode. Add braces to if statements and remove tabs for clarity. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1241180 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-0610-782/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1241107 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3756: Reorder Java Broker's connection close process so that ↵Keith Wall2012-02-062-3/+8
| | | | | | | | | | | | | | | | | | ConnectionCloseOk is sent only after first updating its internal state. This change means that the connection mbean will be deregistered from JMX before sending ConnectionCloseOk, thus removing the possibility of the race condition. The client side process is unaffected by this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1241024 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3814: ensure the 0-10 client sends its version number during ↵Robert Gemmell2012-02-056-96/+103
| | | | | | | | | | | | ConnectionStart(Ok) process, align properties better across protocol versions, general tidy up of the property handling git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240813 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: remove test-only and unused connect methodsRobert Gemmell2012-02-053-23/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240812 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3810: fix log outputRobert Gemmell2012-02-041-4/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240605 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3810: close an accepted socket when exceptions occur in order to ↵Robert Gemmell2012-02-041-4/+24
| | | | | | | | | | | | prevent leaking, wrap debug statement git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240497 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3810: rework exception handling to allow the acceptor to continue after ↵Robert Gemmell2012-02-031-25/+41
| | | | | | | | | | | | encountering IOE such as too many open files, ensure errors are logged at error level (except at close, when a SocketException will be thrown if we are blocking on accept() at the time), make the thread non-daemon but add support for it to exit when the acceptor is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240223 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-021-4/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239647 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0213-1/+2625
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239643 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-021-0/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239622 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and ↵Robert Godfrey2012-01-311-0/+178
| | | | | | | | | | | | shared code in SessionAdapt[eo]rs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1238868 13f79535-47bb-0310-9956-ffa450edef68