summaryrefslogtreecommitdiff
path: root/java/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
Commit message (Expand)AuthorAgeFilesLines
* Update Queue implementation to better define lifetime and exclusivity policiesjava-broker-amqp-1-0-managementRobert Godfrey2014-02-171-10/+53
* Merged from trunkRobert Godfrey2014-02-141-56/+52
* merge from trunkRobert Godfrey2014-02-101-2/+15
* Modify queue classes to use genericsRobert Godfrey2014-02-081-4/+4
* remove redundant requeue parameter from AMQChannel.resendRobert Godfrey2014-02-071-3/+1
* Ensure message reference is always released, even if there is an exception in...Robert Godfrey2014-02-061-29/+35
* Restore the name of the entity being consumed from in debug messageRobert Godfrey2014-02-061-1/+1
* remove erroneous TRANSIENT property being given to 0-8 browsersRobert Godfrey2014-02-061-1/+0
* hide methods from the public interfaces of Consumer and MessageInstanceRobert Godfrey2014-02-061-4/+4
* Use abstractions for sources and destinations for message ingress and egress ...Robert Godfrey2014-02-051-19/+28
* rename subscription to consumerRobert Godfrey2014-02-051-39/+42
* define Subscription and SubscriptionTarget in terms of MessageInstance rather...Robert Godfrey2014-02-051-77/+56
* move state to MessageInstance from QueueEntry, change isRejectedBy to work on...Robert Godfrey2014-02-041-4/+0
* flattened AbstractSubscription down into QueueSubscription, removed the setti...Robert Godfrey2014-02-041-61/+0
* Moved responsibilities from queue to subscription, hidden some queue details ...Robert Godfrey2014-02-041-41/+7
* Change subscription registration for queuesRobert Godfrey2014-02-031-39/+55
* Updates to subscriptionRobert Godfrey2014-02-031-17/+24
* merge from trunkRobert Godfrey2014-02-011-78/+92
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-231-2/+2
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-231-7/+6
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-7/+32
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-86/+85
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-3/+3
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-161-0/+1633