activemq-artemis/artemis-protocols
Francesco Nigro 4d27f2e7d7 ARTEMIS-1816 OpenWire should avoid ByteArrayOutputStream lazy allocation
OpenWireMessageConverter::toAMQMessage on bytes messages is lazy
allocating a write buffer with a default size of 1024 even when
it won't be used to write anything.
It avoid an useless allocation by reducing it to new byte[0].
2018-04-20 10:26:33 -04:00
..
artemis-amqp-protocol ARTEMIS-1796 AMQP flush during handshake can break SASL 2018-04-09 13:11:41 -04:00
artemis-hornetq-protocol [maven-release-plugin] prepare for next development iteration 2018-03-12 12:46:27 -04:00
artemis-hqclient-protocol [maven-release-plugin] prepare for next development iteration 2018-03-12 12:46:27 -04:00
artemis-mqtt-protocol ARTEMIS-1796 AMQP flush during handshake can break SASL 2018-04-09 13:11:41 -04:00
artemis-openwire-protocol ARTEMIS-1816 OpenWire should avoid ByteArrayOutputStream lazy allocation 2018-04-20 10:26:33 -04:00
artemis-stomp-protocol ARTEMIS-1793 fix property detection 2018-04-19 13:28:30 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-03-12 12:46:27 -04:00