summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-8-protocol
Commit message (Expand)AuthorAgeFilesLines
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-116-11/+445
* QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-101-2/+10
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-104-5/+19
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-0728-1671/+1063
* QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-071-1/+1
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-8/+10
* QPID-5504 : remove unused inner classesRobert Godfrey2014-02-041-61/+0
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-78/+92
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-2314-136/+49
* NO-JIRA : set eol-style propertyRobert Godfrey2014-01-231-69/+69
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-239-73/+100
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-223-19/+35
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-2210-668/+143
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-1/+3
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-0/+7
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-111-5/+0
* QPID-5461: downgrade sevrity of IOException log messages. Fix wording of thos...Robert Gemmell2014-01-101-2/+2
* QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-071-14/+9
* QPID-5255: add missing licence header to doc and java files on trunk, for lat...Robert Gemmell2013-12-161-0/+20
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-301-5/+0
* QPID-5266: include the client product string in connection open log messageRobert Gemmell2013-10-271-3/+11
* QPID-5265: always log the client version, and log clientid even if null since...Robert Gemmell2013-10-271-6/+5
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+0
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-231-0/+72
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-232-19/+110
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-231-3/+3
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-2113-36/+35
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-188-106/+108
* QPID-4996: Restrict queue rebinding on 0.8/0-9.x path to the topic exchanges ...Alex Rudyy2013-07-171-1/+2
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-1681-0/+14006