summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-5074: update broker binary release tar process to handle plugins with de...Robert Gemmell2013-08-191-5/+2
* QPID-5009 : merged to 0.24 branch (1505029)Robert Godfrey2013-07-221-2/+77
* QPID-4999 : merged to 0.24 branch (1504429,1504451)Robert Godfrey2013-07-2211-47/+600
* QPID-4961: Change branch version to 0.24Justin Ross2013-07-181-1/+1
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-1686-14184/+2
* 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-1562-330/+293
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-1530-6958/+17
* QPID-4659 : [Java Broker] move amqp 1-0 implementation into a pluginRobert Godfrey2013-07-1530-5823/+3
* 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-1515-44/+321
* 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-14114-380/+383
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1314-999/+62
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1015-1525/+15
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-0520-19/+74
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto...Robert Godfrey2013-07-056-6/+51
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ...Robert Godfrey2013-07-0548-511/+864
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-0223-526/+519
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-0128-125/+300
* QPID-4943: Allow setting client connection property 'qpid.close_when_no_route...Alex Rudyy2013-06-272-2/+74
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-2611-9/+82
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-259-3/+64
* QPID-4837 : [Java Broker] add ability to use connection pool for JDBC storeRobert Godfrey2013-06-2410-11/+275
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-216-19/+209
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-1943-398/+903
* QPID-4925 : [Java Broker] Timeout connections which do not complete connectio...Robert Godfrey2013-06-144-9/+32
* 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-064-13/+29
* 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-031-2/+2
* 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-023-2/+35
* 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-0114-1218/+944
* QPID-4881: update docs/help to use quotes for the config property argument, a...Robert Gemmell2013-05-241-1/+1
* 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-223-6/+22
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol w...Alex Rudyy2013-05-174-10/+2
* QPID-4860: Show virtual host state in UI and transition virtual host into ERR...Alex Rudyy2013-05-171-1/+16
* QPID-4862: Improve registration/unregistration for JMX MBean objectsAlex Rudyy2013-05-171-0/+3
* QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx...Alex Rudyy2013-05-174-0/+69
* QPID-4852: Try to close opened AMQP 1.0 connections on broker shutdownAlex Rudyy2013-05-161-1/+1
* QPID-4847: add support for message group attributes when creating/inspecting ...Robert Gemmell2013-05-155-19/+34