summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/output/amqp0_9_1/ProtocolOutputConverterImpl.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3789 : [Java] Remove duplication of output converters and optimise start...Robert Godfrey2012-01-301-436/+0
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-1/+1
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-9/+20
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-121-1/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-413/+424
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-21/+52
* Added AMQP 0-9-1 supportRobert Godfrey2009-10-261-0/+383