summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4984: WIP - Merge from trunk r.1534385.Kim van der Riet2013-10-211421-24581/+99590
* QPID-4984: WIP - Merge from trunk r.1525056Kim van der Riet2013-09-20531-5467/+18410
* 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
* QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue defintio...Robert Godfrey2013-06-025-10/+112
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-0126-1661/+1501
* QPID-4894: Fix removal of exchange binidings in web management consoleAlex Rudyy2013-06-011-1/+1
* QPID-4896: Change Drain/Spout not to assume a virtualhost named testKeith Wall2013-05-311-1/+5
* QPID-4881: update docs/help to use quotes for the config property argument, a...Robert Gemmell2013-05-241-1/+1
* QPID-4591: exclude new python tests from test runs agaisnt the Java broker si...Robert Gemmell2013-05-241-0/+4
* QPID-4873 Commiting patch by Helen Kwong.Rajith Muditha Attapattu2013-05-237-20/+165
* QPID-4881: Fix qpid-server.bat to support quoted command line argumentsAlex Rudyy2013-05-231-2/+2
* QPID-4876: Throw an exception when virtual host configuration is not found in...Alex Rudyy2013-05-224-9/+25
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary valu...Robert Godfrey2013-05-201-1/+1
* QPID-4868: Add UI into web management console to edit JMX management configur...Alex Rudyy2013-05-202-0/+38
* QPID-4864 The JMS client needlessly holds the failover mutex whenRajith Muditha Attapattu2013-05-171-7/+4
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol w...Alex Rudyy2013-05-179-46/+13
* QPID-4860: Show virtual host state in UI and transition virtual host into ERR...Alex Rudyy2013-05-172-1/+17