summaryrefslogtreecommitdiff
path: root/java/broker
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via Consumer...Fraser Adams2013-04-265-9/+134
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro...Alex Rudyy2013-04-258-32/+131
* QPID-4763 : [Java Broker] Add JDBC storeRobert Godfrey2013-04-225-1988/+2548
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-1921-138/+799
* QPID-4755: Rename broker attribute 'supportedStoreTypes' into 'virtualHostSup...Alex Rudyy2013-04-193-6/+21
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ins...Alex Rudyy2013-04-1916-167/+519
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-192-2/+2
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-1731-450/+768
* QPID-4731: Implemented JMSSelectorFilter equals() and hashcode() to avoid lea...Keith Wall2013-04-172-4/+91
* QPID-4390, QPID-4743: generate ID's randomly at startup, for the broker and d...Robert Gemmell2013-04-151-8/+1
* QPID-4390, QPID-4743: configuration improvements from reviewRobert Gemmell2013-04-153-171/+6
* QPID-4742: add option to create a copy of the initial config file, either at ...Robert Gemmell2013-04-155-76/+138
* QPID-4741: add command line option to request overwritig existing broker conf...Robert Gemmell2013-04-1511-26/+126
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-152-1/+24
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-1218-393/+780
* QPID-2789 : [Java Broker] Prevent additional messages being enqueued after a ...Robert Godfrey2013-04-102-1/+27
* QPID-4705: Restrict access to web management interfaces to authenticated and ...Alex Rudyy2013-04-082-0/+7
* QPID-4726: [Java Broker] AMQP 1.0 : Improve SASL supportRobert Godfrey2013-04-073-6/+22
* QPID-4696: Group broker attributes on editing UI, improve attribute descripti...Alex Rudyy2013-04-038-168/+76
* QPID-4678: Update management operations to invoke ACL checks only onceAlex Rudyy2013-04-031-4/+4
* QPID-4695: Add validation of configured object names and IDsAlex Rudyy2013-04-031-0/+11
* QPID-4694: ensure that any IDs generated at startup are saved immediately, ra...Robert Gemmell2013-04-032-0/+12
* QPID-4691: Fix validation and UI for setting of keystore/truststore/peerstore...Alex Rudyy2013-04-023-4/+78
* QPID-4657, QPID-4683: really going all out on the spelling fixes :PRobert Gemmell2013-04-011-3/+3
* QPID-4594, QPID-4682: review changesRobert Gemmell2013-04-011-4/+2
* QPID-4657, QPID-4683: review changesRobert Gemmell2013-04-012-5/+4
* QPID-4676: change External auth provider to create usernames of the form <CN>...Robert Gemmell2013-04-015-17/+237
* QPID-4677: fix for r1463064, which was apparently too complex for the Eclipse...Robert Gemmell2013-04-011-1/+1
* QPID-4677: group the constants for clarity and rename remaining inherited que...Robert Gemmell2013-03-312-11/+13
* QPID-4462: simply return the PlainSaslServer directly instead of looking up i...Robert Gemmell2013-03-311-6/+3
* QPID-4390, QPID-4681: change attribute name to "modelVersion" to better refel...Robert Gemmell2013-03-313-7/+7
* QPID-4594, QPID-4682: changes from review of new 'management mode' functionalityRobert Gemmell2013-03-316-24/+70
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-315-15/+174
* QPID-4680 : [Java Broker] NoAck subscription on persistent queue in 0-8/9/9-1...Robert Godfrey2013-03-311-5/+27
* QPID-4678: Add ACL checks to restrict the operations to change broker level c...Alex Rudyy2013-03-2911-9/+243
* QPID-4677: Rename broker and virtual host attribute constants to distiguish t...Alex Rudyy2013-03-2917-140/+140
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-294-5/+79
* QPID-4677: Fix incorrect attribute names and update web management console UI...Alex Rudyy2013-03-296-38/+38
* QPID-4661: Fix broker attribute conversion bugAlex Rudyy2013-03-291-2/+2
* QPID-4671: [Java Broker] Fix NPE occuring in FanoutExchange#isBound(... AMQQu...Alex Rudyy2013-03-282-2/+72
* QPID-4666: fix exception messages during during 0-10 MessageSubscribe failure...Robert Gemmell2013-03-271-2/+2
* QPID-4673 : [Java Broker AMQP 1.0] Remove potential for deadlock between conn...Robert Godfrey2013-03-271-18/+30
* QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-241-1/+1
* QPID-4596: create/delete password file for the password file authentication p...Alex Rudyy2013-03-2218-39/+179
* QPID-4596: Restrict the creation of PasswordCredentialManagingAuthenticationP...Alex Rudyy2013-03-223-32/+62
* QPID-4661: Improve broker attribute editing UI to avoid sending of unmodified...Alex Rudyy2013-03-229-45/+81
* QPID-4390: Improve the thread safety of java broker management operationsAlex Rudyy2013-03-223-24/+106
* QPID-4390: Add ability to save java broker store version with existing broker...Alex Rudyy2013-03-2112-12/+123
* QPID-4661: Add functionality to update broker fields affected by changes in a...Alex Rudyy2013-03-213-13/+111
* QPID-4661: Add UI into java broker web management console to edit broker attr...Alex Rudyy2013-03-202-13/+125