summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-10335-8374/+6389
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0136-130/+802
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-01104-2467/+4550
* [NO-JIRA] : [AMQP 1-0 Sandbox] Undo class name changeRobert Godfrey2012-03-014-17/+16
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0198-4409/+3574
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0119-151/+258
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0117-215/+367
* NO-JIRA: [AMQP 1-0 Sandbox] fix close on SASLRobert Godfrey2012-03-011-1/+1
* NO-JIRA : 1-0 Prototype JMS updatesRobert Godfrey2011-10-033-34/+55
* NO-JIRA : add preliminary filter supportRobert Godfrey2011-09-148-24/+117
* NO-JIRA: 1.0 sandbox merge from trunkRobert Godfrey2011-09-1018-295/+614
* NO-JIRA : Fix 1-0 sandox breakage caused by mergeRobert Godfrey2011-09-104-457/+92
* NO-JIRA: Merged from trunk to amqp-1-0 sandbox branchRobert Godfrey2011-09-0710-90/+190
* NO-JIRA: JMS FixesRobert Godfrey2011-09-041-2/+8
* NO-JIRA : Merged from trunkRobert Godfrey2011-08-295-21/+64
* NO-JIRA : Merge to 1-0 sandbox branch from current HEAD - r1160304Robert Godfrey2011-08-2212-212/+537
* NO-JIRA : Add consuming from exchanges, filters for 0-x style bindingsRobert Godfrey2011-08-165-13/+104
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-1575-2252/+2656
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-1549-340/+1622
* Reapplying 1-0 sandbox changes to correct branch (hopefully)Robert Godfrey2011-08-1410-130/+225
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-1438-55/+4308
* 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-171-8/+12
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-081-3/+2
* 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-284-123/+274
* 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-211-10/+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
* QPID-2950: correct the shutdown exception check to verify the SQLCode is for ...Robert Gemmell2010-11-171-2/+4
* 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-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-2892: Catch Exception on signal handler failureAndrew Donald Kennedy2010-10-031-1/+1
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-031-5/+21
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-038-35/+52
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10 Andrew Donald Kennedy2010-09-281-1/+6
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10Andrew Donald Kennedy2010-09-272-3/+15
* QPID-2801: Implement LogSubject Interface in 0-10 Subscription/ServerConnect...Andrew Donald Kennedy2010-09-273-18/+135
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-261-0/+7
* add some missing Apache licence headers to files in the Java treeRobert Gemmell2010-09-262-0/+40
* QPID-2884: Pass the method arguments on Subscription_0_10 upon creationAndrew Donald Kennedy2010-09-263-6/+14