summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4659 : [Java Broker] make message fomat conversions pluggable for differ...Robert Godfrey2013-07-1515-246/+1397
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-1514-44/+300
* QPID-4659 : [Java Broker] fix protocol version specific code in logging, subs...Robert Godfrey2013-07-1415-154/+108
* QPID-4659 : [Java Broker] make protocol engines pluggableRobert Godfrey2013-07-1417-236/+627
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-1485-307/+306
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-136-105/+7
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-108-1165/+1
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-0519-16/+65
* 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-0537-419/+748
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-0220-467/+407
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-0119-81/+213
* QPID-4943: Allow setting client connection property 'qpid.close_when_no_route...Alex Rudyy2013-06-271-2/+2
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-269-9/+68
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-258-3/+53
* QPID-4837 : [Java Broker] add ability to use connection pool for JDBC storeRobert Godfrey2013-06-249-9/+273
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-215-19/+208
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-1934-240/+770
* QPID-4925 : [Java Broker] Timeout connections which do not complete connectio...Robert Godfrey2013-06-144-9/+32
* QPID-4900: Add the server properties to the AMQP 1.0 SASL ProtocolEngine as w...Robert Gemmell2013-06-064-13/+29
* 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-023-4/+47
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-0111-505/+651
* QPID-4881: update docs/help to use quotes for the config property argument, a...Robert Gemmell2013-05-241-1/+1
* QPID-4876: Throw an exception when virtual host configuration is not found in...Alex Rudyy2013-05-221-3/+2
* 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
* QPID-4831 : [Java Broker] Allow identification of SSLv2 Client Hello messages...Robert Godfrey2013-05-121-0/+16
* QPID-4833 : [Java Broker] Display transport (TCP/SSL) and (accepting) port fo...Robert Godfrey2013-05-113-1/+19
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-1120-377/+674
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-1111-160/+497
* QPID-4818: Remove a redundant providerSearchUrl attribute for Simple Ldap Aut...Alex Rudyy2013-05-082-12/+5
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-0/+19
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-053-1/+60
* QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the HTTP/JMX...Robert Gemmell2013-05-053-47/+41
* QPID-4815: make BrokerOptions the primary source of the location for the logg...Robert Gemmell2013-05-053-44/+28
* QPID-4813: Protect operations to update queue and exchange attributes with ACLAlex Rudyy2013-05-045-4/+138
* QPID-4809: change initial-config.json to using qpid.work_dir and qpid.home_di...Robert Gemmell2013-05-042-38/+54
* QPID-4390: ensure the _messageStore field is populated prior configuring the ...Robert Gemmell2013-05-041-24/+21
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to t...Alex Rudyy2013-05-035-16/+79
* QPID-4802: In management mode set state to ERRORED for failing to activate au...Alex Rudyy2013-05-036-41/+173
* QPID-4809: add support for setting configuration properties through the comma...Robert Gemmell2013-05-0310-28/+115