activemq/activemq-mqtt
Timothy Bish 2cd54248c6 https://issues.apache.org/jira/browse/AMQ-5290
Reduce memory overhead of the MQTT Protocol converter by not storing the
UTF8Buffer instances and instead simply store the needed String values.
We always access the String value anyway so all of the UTF8Buffer object
we store carry the overhead of both marshalled UTF-8 bytes and an
unmarshalled String object.
2014-07-30 12:00:38 -04:00
..
src https://issues.apache.org/jira/browse/AMQ-5290 2014-07-30 12:00:38 -04:00
pom.xml Exclude some MQTT tests on HP-UX, see AMQ-5267 2014-07-10 10:32:20 +02:00