summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-3331: Update branch versions to 0.12Justin Ross2011-06-301-1/+1
* QPID-3324: make the SSL port configurable from the comand lineRobert Gemmell2011-06-301-3/+21
* QPID-3318: ensure the abstract HouseKeepingTask class removes the LogActor it...Robert Gemmell2011-06-263-0/+342
* QPID-3273 The JMS delivery mode is now used evaluated as a string instead of ...Rajith Muditha Attapattu2011-06-201-4/+5
* QPID-3296: update RMIPasswordAuthenticator to authenticate users via Authenti...Robert Gemmell2011-06-0916-287/+572
* QPID-3219: update handling of QueueEntries to exclude use of entries in the i...Robert Gemmell2011-06-0710-17/+872
* QPID-3288: stub out the new QMF property from r1132628 to allow the Java buil...Robert Gemmell2011-06-071-0/+6
* QPID-3261: decrease severity / improve clarity of log messages.Robert Gemmell2011-05-161-1/+1
* QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-127-72/+264
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-107-582/+144
* QPID-2985: remove duplicate logic to begin store transaction, which seems to ...Robert Gemmell2011-04-222-13/+1
* QPID-3183: some minor improvements to the recently seperated QueueRunner clas...Robert Gemmell2011-04-041-4/+9
* QPID-3164: correct the occasionally failing tests testSubscriptionSpecificReq...Robert Gemmell2011-04-041-77/+23
* QPID-3164 - Remove dead methods SimpleAMQQueue.requeue(QueueEntryImpl, Subscr...Robert Gemmell2011-04-044-39/+0
* QPID-3158 - Defect in the CRAM-MD5-HEX mechanism - CRAMMD5HexInitialiser fail...Robert Gemmell2011-03-315-11/+244
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-3020-74/+251
* QPID-3162: move unregistration of ServerConnections from the ConnectionRegist...Robert Gemmell2011-03-271-3/+11
* QPID-3165: ensure all subscriptions are checked before making the decision on...Robert Gemmell2011-03-271-22/+69
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-0821-56/+1131
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-0818-104/+391
* NO-JIRA: increment version numbers from 0.9 to 0.11Robert Gemmell2011-03-071-1/+1
* QPID-3114: Record the owner session for exclusive queues in 0-10Andrew Donald Kennedy2011-03-041-12/+13
* QPID-3081: add statistic for queue flow control transitionsKenneth Anthony Giusti2011-03-021-0/+5
* QPID-3090: quote the MBean ObjectName key values for the names of Queues, Con...Robert Gemmell2011-03-016-37/+25
* Fix build broken by change to QMF management schema from QPID-2935Gordon Sim2011-02-211-0/+5
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-0/+19
* QPID-3048: InternalBrokerBasecase not removing all log actorsAndrew Donald Kennedy2011-02-172-12/+13
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-086-28/+396
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-046-4/+20
* QPID-3021: ensure the connection actor is used for connection control events ...Robert Gemmell2011-02-041-6/+14
* QPID-3017: improve error handling for the new transaction classes, add some l...Robert Gemmell2011-01-2810-124/+1581
* QPID-3023: enable using the ServerConfiguration directly instead of leveragin...Robert Gemmell2011-01-271-1/+1
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-275-10/+64
* QPID-3020: fix _logActor variable shadowing, use CurrentActor to log Sub crea...Robert Gemmell2011-01-252-6/+6
* QPID-3014: create and use a connection actor directly, it doesnt need to be p...Robert Gemmell2011-01-243-5/+10
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-213-40/+0
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-111-0/+12
* QPID-2966: add 'not implemented' stumps for the recently added get/setLogLeve...Robert Gemmell2010-12-111-0/+12
* Remove redundant/unused scriptRobert Gemmell2010-11-221-21/+0
* QPID-2950: correct the shutdown exception check to verify the SQLCode is for ...Robert Gemmell2010-11-171-2/+4
* QPID-2942: disable management SSL by default, update config.xml to use keysto...Robert Gemmell2010-11-141-3/+4
* QPID-2929: *actually* fix inclusion of the broker-plugins in the release *arc...Robert Gemmell2010-11-081-2/+2
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-1/+1
* reduce the amount of change required to update the icky hardcoded version inf...Robert Gemmell2010-11-071-27/+28
* QPID-2931: update MessageReference to stop nulling out the ServerMessage refe...Robert Gemmell2010-11-071-6/+7
* QPID-2929: ensure the broker-plugins are added to the broker release binary w...Robert Gemmell2010-11-041-1/+7
* QPID-2911: Remove the class printing from the log4j layoutAndrew Donald Kennedy2010-10-241-3/+3
* QPID-2887: Remove the System.out.println statements from SlowConsumerDetectio...Andrew Donald Kennedy2010-10-241-3/+0
* QPID-2898: when UUID is null, return null instead of doing String.valueOf()Robert Gemmell2010-10-111-1/+4
* QPID-2749: Revert changes due to performance issuesAndrew Donald Kennedy2010-10-042-2/+2