activemq-artemis/artemis-protocols/artemis-openwire-protocol/src/main
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
..
java/org/apache/activemq/artemis/core/protocol/openwire ARTEMIS-1816 OpenWire should avoid ByteArrayOutputStream lazy allocation 2018-04-20 10:26:33 -04:00
resources/META-INF/services ACTIVEMQ6-1 Artemis rename 2015-04-27 17:48:02 -04:00