summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-305-101/+132
* QPID-5024: updated README.txt to point at the current documentation rather th...Robert Gemmell2013-07-301-39/+2
* QPID-5012: use the constant to make the hard-dependency on 5.0.84+ clear at c...Robert Gemmell2013-07-291-1/+1
* QPID-4989: moved Java perf test README into a docbook so it can be published ...Phil Harvey2013-07-251-105/+0
* QPID-5012: [Java Broker] Turn off BDB JE stats generation feature (on by defa...Keith Wall2013-07-241-0/+1
* NO_JIRA Changed the exception thrown for an invalid destination from a regula...Rajith Muditha Attapattu2013-07-231-2/+2
* NO_JIRA Corrected the error message thrown when the message id is not ofRajith Muditha Attapattu2013-07-231-1/+1
* NO_JIRA Removed two System.out's from the code.Rajith Muditha Attapattu2013-07-232-2/+0
* QPID-5012: update optional BDB store to use version 5.0.84 of BDB JEKeith Wall2013-07-233-3/+3
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-196-11/+282
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+7
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-1813-71/+706
* QPID-4961: Change project.version.maven to 0.26Alex Rudyy2013-07-181-1/+1
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-185-5/+5
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-171-0/+18
* QPID-4998 : [Java Broker] Add ability to set durability, sync policy on creat...Robert Godfrey2013-07-171-1/+38
* QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges ...Alex Rudyy2013-07-174-1/+137
* QPID-4995: Generate queue name on a client if it is not provided in binding URLAlex Rudyy2013-07-174-3/+198
* QPID-4994: Remove redundant binding URL options for subscription name and cli...Alex Rudyy2013-07-174-39/+41
* QPID-4659 : [Java Broker] fix pom generationRobert Godfrey2013-07-163-3/+3
* QPID-4659 : [Java Broker] fix bdbstore dependencies on pluggable protocolsRobert Godfrey2013-07-161-2/+2
* NO-JIRA: Ant eclipse targets now support eclipse.project.suffix property.Phil Harvey2013-07-161-2/+2
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-1695-21/+58
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1611-66/+48
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1610-174/+162
* QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary...Robert Godfrey2013-07-1563-331/+294
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-1541-72/+176
* QPID-4659 : [Java Broker] move amqp 1-0 implementation into a pluginRobert Godfrey2013-07-1537-11/+179
* QPID-4659 : [Java Broker] remove redundant codeRobert Godfrey2013-07-152-472/+0
* QPID-4659 : [Java Broker] make message fomat conversions pluggable for differ...Robert Godfrey2013-07-1515-246/+1376
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-1517-52/+330
* QPID-4659 : [Java Broker] fix protocol version specific code in logging, subs...Robert Godfrey2013-07-1418-161/+134
* QPID-4659 : [Java Broker] make protocol engines pluggableRobert Godfrey2013-07-1418-240/+628
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-14117-386/+388
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1333-60/+210
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1028-41/+169
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-0537-40/+360
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto...Robert Godfrey2013-07-0518-16/+337
* QPID-4977 : [Java Broker] the virtualhost creation dialog doesnt display the ...Robert Godfrey2013-07-051-3/+4
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ...Robert Godfrey2013-07-0549-512/+865
* NO-JIRA: Java performance tests: refactored testdefs/VaryingNumberOfParticipa...Phil Harvey2013-07-034-2975/+89
* NO-JIRA: Java performance tests: removed latency tests and charts that are no...Phil Harvey2013-07-037-2587/+0
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-0228-714/+608
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Robert Godfrey2013-07-011-0/+1
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-0144-236/+739
* QPID-4958: fixed race condition in ClientRegistry that caused awaitClients to...Phil Harvey2013-07-011-25/+36
* QPID-4943: Allow setting client connection property 'qpid.close_when_no_route...Alex Rudyy2013-06-272-2/+74
* QPID-4837 : [Java Broker] add ability to use connection pool for JDBC storeRobert Godfrey2013-06-271-0/+54
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-2614-9/+186
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-2510-4/+137