summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merged up to r1465457Robert Godfrey2013-04-2364-2795/+5167
* Merged up to r1465457Robert Godfrey2013-04-2320-127/+299
* QPID-4657, QPID-4683 : merged to QPID-4659 branchRobert Godfrey2013-04-224-8/+65
* QPID-4680 : merged to QPID-4659 branchRobert Godfrey2013-04-221-1/+23
* QPID-4677 : merged to QPID-4659 branchRobert Godfrey2013-04-229-90/+90
* QPID-4678 : merged to QPID-4659 branchRobert Godfrey2013-04-2210-9/+240
* QPID-4677 : merged to QPID-4659 branchRobert Godfrey2013-04-224-39/+65
* QPID-4671 : merged to QPID-4659 branchRobert Godfrey2013-04-221-2/+5
* QPID-4666 : merged to QPID-4659 branchRobert Godfrey2013-04-221-2/+2
* NO-JIRA : merging from trunk to keep branch up to dateRobert Godfrey2013-03-2729-161/+670
* QPID-4659 : Address JIRA comments from Robbie GemmellRobert Godfrey2013-03-2711-74/+53
* QPID-4659 : [Java Broker] refactor to separate protocol dependent from protoc...Robert Godfrey2013-03-18127-1394/+2394
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-183-11/+46
* QPID-4655: add BrokerOptions support for skipping the logging configuration (...Robert Gemmell2013-03-182-2/+18
* QPID-4653 : [Java Broker 1.0] Implement statistics counting on 1.0 connectionsRobert Godfrey2013-03-174-11/+40
* QPID-4652 [Java Broker 1.0] delete temporary queues created for exchange subs...Robert Godfrey2013-03-171-0/+37
* QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-173-101/+481
* QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add...Robert Gemmell2013-03-141-0/+1
* QPID-4636: add support for a broker 'peerStore' that can be used to perform S...Robert Gemmell2013-03-145-17/+49
* QPID-4593: Remove initial store type command line argument, simplify configur...Alex Rudyy2013-03-1412-759/+816
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-1312-25/+21
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-115-5/+78
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-1117-73/+401
* QPID-4596: remove manipulation of store files, and vhost store type etc.Robert Gemmell2013-03-101-158/+1
* QPID-4390: misc cleanupRobert Gemmell2013-03-103-22/+5
* QPID-4390: change new sytem property names to include broker to allow disting...Robert Gemmell2013-03-104-12/+16
* QPID-4390: move the work dir defaulting and configuration fully within Broker...Robert Gemmell2013-03-102-34/+103
* QPID-4390: remove dead code, method was only ever called with null envVarMap argRobert Gemmell2013-03-102-20/+2
* QPID-4390: misc logging related changesRobert Gemmell2013-03-101-2/+8
* QPID-4390: move the store factory interface beside the other plugin factory i...Robert Gemmell2013-03-105-2/+6
* QPID-4609: Use correct synchronization lock in BrokerAdapter#getKeyStores().Alex Rudyy2013-02-281-1/+1
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-2714-168/+563
* [QPID-4594] Add command line option to start java broker in a management mode...Alex Rudyy2013-02-2211-15/+468
* QPID-4593: add command line argument to pass path to initial storeAlex Rudyy2013-02-207-79/+408
* QPID-4390: Add getter to broker launcher to expose broker configured objectAlex Rudyy2013-02-193-0/+17
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-19127-4270/+6582
* QPID-4570 : Multiple AMQP1-0 Connections cause error if JMX management is ena...Robert Godfrey2013-02-072-5/+3
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-254-13/+119
* QPID-3569: Refactor TransactionTimeoutKeith Wall2013-01-0711-166/+175
* QPID-4521: ensure that the routing key is properly passed to the alternate To...Robert Gemmell2012-12-231-1/+1
* QPID-4503: Producer transaction timeout detection feature may produce spuriou...Keith Wall2012-12-202-0/+5
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-204-41/+110
* QPID-4503: Producer transaction timeout detection feature may produce supriou...Keith Wall2012-12-143-20/+13
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-118-6/+160
* QPID-4489: ensure the IoSender is closed when the IoReceiver closes before a ...Robert Gemmell2012-12-031-1/+23
* QPID-4476: ensure that the Principal in the AuthenticationResult has the same...Robert Gemmell2012-11-271-31/+66
* QPID-4472 : [Java Broker] NPE with non-SASL AMQP 1.0 ConnectionRobert Godfrey2012-11-262-2/+6
* QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set fro...Keith Wall2012-11-252-13/+29
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-257-13/+168
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1