summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4837 : [Java Broker] add ability to use connection pool for JDBC storeRobert Godfrey2013-06-2418-14/+453
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-2124-112/+948
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-1966-477/+1507
* QPID-4934 : [Java XA] Stop redundant session creation for XA Sessions, improv...Robert Godfrey2013-06-184-31/+62
* QPID-4929 : [Java AMQP 1.0 Client] Infinite recursion in encoding of Delivery...Robert Godfrey2013-06-171-1/+1
* QPID-4925 : [Java Broker] Timeout connections which do not complete connectio...Robert Godfrey2013-06-146-10/+42
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-064-19/+179
* QPID-4911: Add unit test for setting of queue binding arguments in XML config...Alex Rudyy2013-06-061-1/+64
* QPID-4900: Add the server properties to the AMQP 1.0 SASL ProtocolEngine as w...Robert Gemmell2013-06-065-18/+40
* NO-JIRA: make the example usable though still horribleRobert Gemmell2013-06-062-2/+4
* QPID-4908: Reduce the description text for MessageGroupSharedGroups attributeAlex Rudyy2013-06-051-1/+1
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-055-9/+88
* QPID-4904 : [Java] AMQShortString.equals should only return true if it is bei...Robert Godfrey2013-06-031-2/+2
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-035-70/+63
* QPID-4897 : [Java Broker] Fix FilterSupport to look for String rather than AM...Robert Godfrey2013-06-031-1/+1
* QPID-4897 : [Java Broker] changes to how exchangeBound result is calculatedRobert Godfrey2013-06-021-8/+51
* QPID-4900 : [Java Broker] Broker should return its version to the client as i...Robert Godfrey2013-06-025-3/+54
* QPID-4897 : [Java Broker] add ability to test for existence of binding purely...Robert Godfrey2013-06-024-1/+25
* QPID-4899 : [Java Broker] Allow setting queue binding arguments in XML config...Robert Godfrey2013-06-022-5/+13