summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Queue implementation to better define lifetime and exclusivity policiesjava-broker-amqp-1-0-managementRobert Godfrey2014-02-1791-1644/+2185
* Merged from trunkRobert Godfrey2014-02-14217-2309/+2081
* hack mergeinfoRobert Godfrey2014-02-110-0/+0
* Merged generics hacks back from trunkRobert Godfrey2014-02-114-6/+6
* merge info hackingRobert Godfrey2014-02-100-0/+0
* merge info hackingRobert Godfrey2014-02-100-0/+0
* merge info hackingRobert Godfrey2014-02-100-0/+0
* Update to client to allow for request/response routingRobert Godfrey2014-02-1012-63/+173
* merge from trunkRobert Godfrey2014-02-109-38/+104
* Fix QueueEntry routeToAlternate bugRobert Godfrey2014-02-101-25/+27
* Implement updateRobert Godfrey2014-02-091-0/+48
* Implement more management operationsRobert Godfrey2014-02-091-69/+315
* Initial management node POCRobert Godfrey2014-02-0963-145/+4095
* Modify queue classes to use genericsRobert Godfrey2014-02-0867-1333/+1878
* removed svn:mergeinfoRobert Godfrey2014-02-070-0/+0
* Merged from trunkRobert Godfrey2014-02-070-0/+0
* Merged from trunkRobert Godfrey2014-02-0795-1624/+2074
* Update broker behaviour in the face of rejects with queues having no max rede...Robert Godfrey2014-02-073-2/+44
* Remove offset from metadata writeToBuffer method, as it is always set as 0Robert Godfrey2014-02-079-13/+11
* remove redundant requeue parameter from AMQChannel.resendRobert Godfrey2014-02-074-6/+4
* 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 duplicate lineRobert Godfrey2014-02-061-1/+0
* restore synchronization to addConsumer in SimpleAMQQueueRobert Godfrey2014-02-061-1/+1
* removing unused statistics in SimpleAMQQueueRobert Godfrey2014-02-061-29/+1
* remove erroneous TRANSIENT property being given to 0-8 browsersRobert Godfrey2014-02-061-1/+0
* Allow sending direct to queuesRobert Godfrey2014-02-0612-23/+70
* remove enqueue(..) from MessageSourceRobert Godfrey2014-02-0610-25/+74
* hide some methods from the public interface of ConsumerRobert Godfrey2014-02-064-23/+16
* hide methods from the public interfaces of Consumer and MessageInstanceRobert Godfrey2014-02-0631-234/+238
* Fix 0-8 reject handlingRobert Godfrey2014-02-052-24/+26
* Add access to the virtual host to the system node creatorsRobert Godfrey2014-02-052-0/+10
* Allow plugins to define system nodesRobert Godfrey2014-02-056-4/+119
* Fix 0-10 exclude after renameRobert Godfrey2014-02-051-1/+1
* Use abstractions for sources and destinations for message ingress and egress ...Robert Godfrey2014-02-0539-223/+475
* rename subscription to consumerRobert Godfrey2014-02-0555-1399/+1398
* remove queue reference from SubscriptionTarget_v0_10Robert Godfrey2014-02-053-19/+9
* merge from trunkRobert Godfrey2014-02-0552-191/+1108
* define Subscription and SubscriptionTarget in terms of MessageInstance rather...Robert Godfrey2014-02-0543-445/+449
* move state to MessageInstance from QueueEntry, change isRejectedBy to work on...Robert Godfrey2014-02-0420-230/+202
* flattened AbstractSubscription down into QueueSubscription, removed the setti...Robert Godfrey2014-02-0413-398/+227
* Moved responsibilities from queue to subscription, hidden some queue details ...Robert Godfrey2014-02-0430-636/+365
* Change subscription registration for queuesRobert Godfrey2014-02-0325-641/+554
* Updates to subscription for 1.0 sesionsRobert Godfrey2014-02-032-44/+67
* Updates to subscriptionRobert Godfrey2014-02-0347-2458/+2181
* merge from trunkRobert Godfrey2014-02-0133-431/+401
* Create branch for Java Broker AMQP 1.0 Management workRobert Godfrey2014-01-290-0/+0
* QPID-5211: Prevent spurious not valid state transitions for MemoryMessageStor...Keith Wall2014-01-293-7/+11
* QPID-5522 : TransactionController endless wait when the TCP/IP connection is ...Robert Godfrey2014-01-295-50/+101
* QPID-5520: qpid-python-test should not fail for skipped tests.Alan Conway2014-01-281-1/+1