summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQProtocolEngine.java
Commit message (Expand)AuthorAgeFilesLines
* Merging from trunk r1618230:1618433 in the Java treeRobert Godfrey2014-08-251-7/+40
* Merging from trunk r1616861:1617235 in the Java treeRobert Godfrey2014-08-251-17/+43
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-031-0/+8
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-241-1/+10
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-11/+5
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-101-2/+2
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-4/+4
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-081-5/+38
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-081-3/+1
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-19/+33
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-174/+148
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-0/+2
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-211-1/+20
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-48/+63
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-176/+50
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-76/+55
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-7/+1
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-131-1/+0
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-4/+3
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-231-6/+6
* QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-231-7/+13
* QPID-5461: downgrade sevrity of IOException log messages. Fix wording of thos...Robert Gemmell2014-01-101-2/+2
* 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-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-161-0/+1705